all: update clang-format settings

This commit is contained in:
Markus F.X.J. Oberhumer
2023-09-01 11:29:51 +02:00
parent a00687b092
commit 3c4b959f78
19 changed files with 119 additions and 118 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void PackTmt::buildLoader(const Filter *ft) {
**************************************************************************/
int PackTmt::readFileHeader() {
#define H(x) get_le16(h + 2 * (x))
#define H(x) get_le16(h + 2 * (x))
#define H4(x) get_le32(h + (x))
byte h[0x40];
int ic;