Skip to content

Commit

Permalink
Intendation...
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Feb 17, 2024
1 parent ff3fe55 commit 5176cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Packages/libkrw-provider/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ __attribute__((used)) krw_plugin_initializer_t krw_initializer(krw_handlers_t ha
load_primitives_once();

handlers->kbase = kbase_wrapper;
handlers->kread = kreadbuf;
handlers->kwrite = kwritebuf_wrapper;
handlers->kmalloc = (krw_kmalloc_func_t)(kalloc);
handlers->kdealloc = (krw_kdealloc_func_t)(kfree);
handlers->kread = kreadbuf;
handlers->kwrite = kwritebuf_wrapper;
handlers->kmalloc = (krw_kmalloc_func_t)(kalloc);
handlers->kdealloc = (krw_kdealloc_func_t)(kfree);
return 0;
}

Expand Down

0 comments on commit 5176cf2

Please sign in to comment.