Skip to content

Commit ed9c3b2

Browse files
committed
Fix clang formatting
1 parent 53c3a03 commit ed9c3b2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sqlite3/assets/wasm/os_web.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ extern int __rust_no_alloc_shim_is_unstable = 0;
99
extern int sqlite3_powersync_init(sqlite3 *db, char **pzErrMsg,
1010
const sqlite3_api_routines *pApi);
1111

12-
int sqlite3_os_init(void)
13-
{
14-
sqlite3_auto_extension((void (*)(void)) & sqlite3_powersync_init);
15-
return SQLITE_OK;
12+
int sqlite3_os_init(void) {
13+
sqlite3_auto_extension((void (*)(void)) & sqlite3_powersync_init);
14+
return SQLITE_OK;
1615
}
1716

1817
int sqlite3_os_end(void) { return SQLITE_OK; }

0 commit comments

Comments
 (0)