Fix duplicate newlines at the end of files

This commit is contained in:
Matthias Grob
2024-05-22 14:21:56 +02:00
parent 7f14110bb1
commit f2bca92221
274 changed files with 248 additions and 560 deletions
-1
View File
@@ -60,4 +60,3 @@ static inline void hrt_work_unlock(void)
}
__END_DECLS
-1
View File
@@ -131,4 +131,3 @@ EXTERN FAR dq_entry_t *dq_remfirst(dq_queue_t *queue);
#endif
#endif /* __INCLUDE_QUEUE_H_ */
-1
View File
@@ -34,4 +34,3 @@
add_subdirectory(common)
add_subdirectory(${PX4_CHIP_MANUFACTURER})
@@ -76,4 +76,3 @@ private:
std::atomic_int _components_used_bitset{0};
std::atomic_int _components_progress_bitset{0};
};
@@ -39,4 +39,3 @@ px4_add_library(px4_daemon
server_io.cpp
sock_protocol.cpp
)
@@ -85,4 +85,3 @@ private:
};
} // namespace px4_daemon
@@ -101,4 +101,3 @@ private:
};
} // namespace px4_daemon
@@ -103,4 +103,3 @@ private:
} // namespace px4_daemon
@@ -124,4 +124,3 @@ private:
} // namespace px4_daemon
@@ -48,4 +48,3 @@ std::string get_socket_path(int instance_id)
}
} // namespace px4_daemon
@@ -45,4 +45,3 @@ namespace px4_daemon
std::string get_socket_path(int instance_id);
} // namespace px4_daemon
@@ -97,4 +97,3 @@ void init(int argc, char *argv[], const char *app_name)
}
}
@@ -31,6 +31,4 @@
#
############################################################################
add_subdirectory(${PX4_CHIP})
@@ -31,6 +31,4 @@
#
############################################################################
add_subdirectory(tone_alarm)
@@ -33,4 +33,3 @@
#pragma once
#include <px4_platform/micro_hal.h>
@@ -58,4 +58,3 @@ void stop_note()
}
} /* namespace ToneAlarmInterface */