Skip to content

Commit 984bfae

Browse files
ulfalizerioannisg
authored andcommitted
global: Remove leading/trailing blank lines in files
Remove leading/trailing blank lines in .c, .h, .py, .rst, .yml, and .yaml files. Will avoid failures with the new CI test in zephyrproject-rtos/ci-tools#112, though it only checks changed files. Move the 'target-notes' target in boards/xtensa/odroid_go/doc/index.rst to get rid of the trailing blank line there. It was probably misplaced. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent d91f993 commit 984bfae

File tree

253 files changed

+2
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+2
-303
lines changed

README.rst

Lines changed: 0 additions & 1 deletion

arch/arc/core/irq_offload.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ void arch_irq_offload(irq_offload_routine_t routine, void *parameter)
3434

3535
irq_unlock(key);
3636
}
37-

arch/arc/core/vector_table.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ struct vector_table _VectorTable Z_GENERIC_SECTION(.exc_vector_table) = {
6464
0,
6565
0
6666
};
67-

arch/nios2/core/irq_offload.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ void arch_irq_offload(irq_offload_routine_t routine, void *parameter)
4141

4242
irq_unlock(key);
4343
}
44-

arch/posix/core/fatal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ FUNC_NORETURN void arch_system_halt(unsigned int reason)
2020
posix_print_error_and_exit("Exiting due to fatal error\n");
2121
CODE_UNREACHABLE; /* LCOV_EXCL_LINE */
2222
}
23-

boards/arc/hsdk/doc/index.rst

Lines changed: 0 additions & 1 deletion

boards/arm/bbc_microbit/doc/index.rst

Lines changed: 0 additions & 1 deletion

boards/arm/bl652_dvk/doc/bl652_dvk.rst

Lines changed: 0 additions & 1 deletion

boards/arm/bl654_dvk/doc/bl654_dvk.rst

Lines changed: 0 additions & 1 deletion

boards/arm/decawave_dwm1001_dev/Kconfig.defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ config BT_CTLR
4040
default BT
4141

4242
endif # BOARD_DECAWAVE_DWM1001_DEV
43-

0 commit comments

Comments
 (0)