mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Apply fixes from clang-format 18.1.3
This commit is contained in:
parent
9a8b5848d8
commit
2fea5c0a66
47 changed files with 237 additions and 243 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "godot_lsp.h"
|
||||
|
||||
#ifndef LINE_NUMBER_TO_INDEX
|
||||
#define LINE_NUMBER_TO_INDEX(p_line) ((p_line)-1)
|
||||
#define LINE_NUMBER_TO_INDEX(p_line) ((p_line) - 1)
|
||||
#endif
|
||||
|
||||
#ifndef SYMBOL_SEPERATOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue