Style: Apply fixes from clang-format 18.1.3

This commit is contained in:
Rémi Verschelde 2025-04-25 15:07:01 +02:00
parent 9a8b5848d8
commit 2fea5c0a66
No known key found for this signature in database
GPG key ID: C3336907360768E1
47 changed files with 237 additions and 243 deletions

View file

@ -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