Run newer version of clang-format

FossilOrigin-Name: cc7ebd7f79185bc5f0a595af12d4de9ca8ad89c57858d96aaa7c0b8f9802d59f
This commit is contained in:
Jonathan Schleifer 2025-03-26 21:47:31 +00:00
parent 20d8cfc364
commit c7ee55e1e3
12 changed files with 31 additions and 40 deletions

View file

@ -353,7 +353,7 @@ writecfg()
return;
[stream writeFormat:@"%@ %d\n", identifier.name,
*[identifier storage]];
*[identifier storage]];
}];
[stream writeString:@"\n"];
@ -367,7 +367,7 @@ writecfg()
return;
[stream writeFormat:@"alias \"%@\" [%@]\n", identifier.name,
[identifier action]];
[identifier action]];
}];
[stream close];