Browse Source

Clean up whitespace, headings

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
committed by Scott Lahteine
parent
commit
c69f9b9883
  1. 1
      Marlin/src/HAL/LINUX/main.cpp
  2. 1
      Marlin/src/HAL/STM32F1/eeprom_wired.cpp
  3. 1
      Marlin/src/libs/BL24CXX.cpp
  4. 2
      Marlin/src/pins/stm32f4/pins_ANET_ET4.h
  5. 2
      Marlin/src/pins/stm32f4/pins_ANET_ET4P.h
  6. 2
      Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h

1
Marlin/src/HAL/LINUX/main.cpp

@ -1,6 +1,5 @@
/** /**
* Marlin 3D Printer Firmware * Marlin 3D Printer Firmware
*
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify

1
Marlin/src/HAL/STM32F1/eeprom_wired.cpp

@ -1,6 +1,5 @@
/** /**
* Marlin 3D Printer Firmware * Marlin 3D Printer Firmware
*
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify

1
Marlin/src/libs/BL24CXX.cpp

@ -1,6 +1,5 @@
/** /**
* Marlin 3D Printer Firmware * Marlin 3D Printer Firmware
*
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify

2
Marlin/src/pins/stm32f4/pins_ANET_ET4.h

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */

2
Marlin/src/pins/stm32f4/pins_ANET_ET4P.h

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */

2
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
#pragma once #pragma once

Loading…
Cancel
Save