Remove duplicate EOF trailing newlines

because they can screw up git when merging branches.
This commit is contained in:
Matthias Grob
2019-10-31 11:02:42 +01:00
committed by Daniel Agar
parent 5491f9b8f9
commit 933ff8d480
15 changed files with 0 additions and 17 deletions
-1
View File
@@ -38,4 +38,3 @@
#pragma once #pragma once
#include <px4_platform_common/defines.h> #include <px4_platform_common/defines.h>
-1
View File
@@ -39,4 +39,3 @@
#pragma once #pragma once
#include <px4_platform_common/log.h> #include <px4_platform_common/log.h>
@@ -70,5 +70,3 @@ private:
#ifdef PX4_MAIN #ifdef PX4_MAIN
extern int PX4_MAIN(int argc, char *argv[]); extern int PX4_MAIN(int argc, char *argv[]);
#endif #endif
@@ -1078,4 +1078,3 @@ __EXPORT bool board_has_bus(enum board_bus_types type, uint32_t bus);
* 32000 resets. * 32000 resets.
*/ */
int board_hardfault_init(int display_to_console, bool allow_prompt); int board_hardfault_init(int display_to_console, bool allow_prompt);
@@ -50,5 +50,3 @@
* @return 0 on success, -errno otherwise * @return 0 on success, -errno otherwise
*/ */
int px4_get_parameter_value(const char *option, int &value); int px4_get_parameter_value(const char *option, int &value);
@@ -43,4 +43,3 @@ __BEGIN_DECLS
int px4_getopt(int argc, char *argv[], const char *options, int *myoptind, const char **myoptarg); int px4_getopt(int argc, char *argv[], const char *options, int *myoptind, const char **myoptarg);
__END_DECLS __END_DECLS
@@ -51,4 +51,3 @@ __EXPORT void init(int argc, char *argv[], const char *process_name);
} // namespace px4 } // namespace px4
#endif /* __cplusplus */ #endif /* __cplusplus */
@@ -38,4 +38,3 @@
// include arch-specific header // include arch-specific header
#include <px4_arch/micro_hal.h> #include <px4_arch/micro_hal.h>
@@ -96,4 +96,3 @@ __EXPORT int px4_shutdown_lock(void);
__EXPORT int px4_shutdown_unlock(void); __EXPORT int px4_shutdown_unlock(void);
__END_DECLS __END_DECLS
@@ -190,4 +190,3 @@ __EXPORT int px4_prctl(int option, const char *arg2, px4_task_t pid);
__EXPORT const char *px4_get_taskname(void); __EXPORT const char *px4_get_taskname(void);
__END_DECLS __END_DECLS
-1
View File
@@ -38,4 +38,3 @@
#pragma once #pragma once
#include <px4_platform_common/time.h> #include <px4_platform_common/time.h>
@@ -59,4 +59,3 @@ __BEGIN_DECLS
__EXPORT int board_determine_hw_info(void); __EXPORT int board_determine_hw_info(void);
__END_DECLS __END_DECLS
@@ -53,4 +53,3 @@ __BEGIN_DECLS
__EXPORT void px4_gpio_init(const uint32_t list[], int count); __EXPORT void px4_gpio_init(const uint32_t list[], int count);
__END_DECLS __END_DECLS
@@ -35,4 +35,3 @@ px4_add_library(arch_version
board_identity.c board_identity.c
board_mcu_version.c board_mcu_version.c
) )
@@ -35,4 +35,3 @@ px4_add_library(arch_version
board_identity.c board_identity.c
board_mcu_version.c board_mcu_version.c
) )