style: Apply clang-format to C/C++ source files
Applied consistent code formatting using clang-format to all C/C++ source and header files in the 'software/' directory.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
|
||||
int main(void) {
|
||||
printk("Hello from Gateway!\n");
|
||||
return 0;
|
||||
int main(void)
|
||||
{
|
||||
printk("Hello from Gateway!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user