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

View File

@ -38,4 +38,3 @@
#pragma once
#include <px4_platform_common/defines.h>

View File

@ -39,4 +39,3 @@
#pragma once
#include <px4_platform_common/log.h>

View File

@ -70,5 +70,3 @@ private:
#ifdef PX4_MAIN
extern int PX4_MAIN(int argc, char *argv[]);
#endif

View File

@ -1078,4 +1078,3 @@ __EXPORT bool board_has_bus(enum board_bus_types type, uint32_t bus);
* 32000 resets.
*/
int board_hardfault_init(int display_to_console, bool allow_prompt);

View File

@ -50,5 +50,3 @@
* @return 0 on success, -errno otherwise
*/
int px4_get_parameter_value(const char *option, int &value);

View File

@ -43,4 +43,3 @@ __BEGIN_DECLS
int px4_getopt(int argc, char *argv[], const char *options, int *myoptind, const char **myoptarg);
__END_DECLS

View File

@ -51,4 +51,3 @@ __EXPORT void init(int argc, char *argv[], const char *process_name);
} // namespace px4
#endif /* __cplusplus */

View File

@ -38,4 +38,3 @@
// include arch-specific header
#include <px4_arch/micro_hal.h>

View File

@ -96,4 +96,3 @@ __EXPORT int px4_shutdown_lock(void);
__EXPORT int px4_shutdown_unlock(void);
__END_DECLS

View File

@ -190,4 +190,3 @@ __EXPORT int px4_prctl(int option, const char *arg2, px4_task_t pid);
__EXPORT const char *px4_get_taskname(void);
__END_DECLS

View File

@ -38,4 +38,3 @@
#pragma once
#include <px4_platform_common/time.h>

View File

@ -59,4 +59,3 @@ __BEGIN_DECLS
__EXPORT int board_determine_hw_info(void);
__END_DECLS

View File

@ -53,4 +53,3 @@ __BEGIN_DECLS
__EXPORT void px4_gpio_init(const uint32_t list[], int count);
__END_DECLS

View File

@ -35,4 +35,3 @@ px4_add_library(arch_version
board_identity.c
board_mcu_version.c
)

View File

@ -35,4 +35,3 @@ px4_add_library(arch_version
board_identity.c
board_mcu_version.c
)