godot/core/os
Rémi Verschelde 85220fec01 Style: Remove unnecessary semicolons from core
Semicolons are not necessary after function definitions or control flow
blocks, and having some code use them makes things inconsistent (and
occasionally can mess up `clang-format`'s formatting).

Removing them is tedious work though, I had to do this manually (regex
+ manual review) as I couldn't find a tool for that. All other code
folders would need to get the same treatment.
2020-05-19 15:57:56 +02:00
..
copymem.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
dir_access.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
dir_access.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
file_access.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
file_access.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
keyboard.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
keyboard.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
main_loop.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
main_loop.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
memory.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
memory.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
midi_driver.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
midi_driver.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
mutex.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
mutex.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
os.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
os.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rw_lock.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rw_lock.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
semaphore.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
thread.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
thread.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_dummy.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
thread_dummy.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_safe.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
threaded_array_processor.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00