clang-format

This commit is contained in:
Chairn 2022-03-21 11:12:05 +01:00
parent 88b51d6155
commit ae1e3c079d
2 changed files with 0 additions and 2 deletions

View file

@ -16,4 +16,3 @@ extern const uint8_t decomp_lengths[NUM_DECOMP_LENGTHS];
extern const int32_t decomp_chars[NUM_DECOMPS];
extern const struct DECOMP_SLICE decomp_slices[NUM_DECOMPS];
extern const int32_t decomp_data[];

View file

@ -31,4 +31,3 @@ const unsigned char SERVERBROWSE_LIST_LEGACY[SERVERBROWSE_SIZE] = {255, 255, 255
const unsigned char SERVERBROWSE_GETCOUNT_LEGACY[SERVERBROWSE_SIZE] = {255, 255, 255, 255, 'c', 'o', 'u', 'n'};
const unsigned char SERVERBROWSE_COUNT_LEGACY[SERVERBROWSE_SIZE] = {255, 255, 255, 255, 's', 'i', 'z', 'e'};