Mass reformat

This commit is contained in:
Imbus 2025-08-18 14:59:16 +02:00
parent 4d27def35e
commit df11e34235
27 changed files with 121 additions and 136 deletions

View file

@ -10,7 +10,7 @@
int main(void) {
printf("%s\n", sqlite3_libversion());
sqlite3 *db;
sqlite3 *db;
sqlite3_stmt *res;
int rc = sqlite3_open(":memory:", &db);