diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-16 23:30:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-17 03:16:11 +0200 |
commit | 3e71e6218557bf14220a23d5afb772c170545cb4 (patch) | |
tree | 5c279d7ad8b2952ecf26a63bddaeb44d6861084c /x-plane-plugin | |
parent | da46cf18a2c7ad56c53e9c02014f75c818d39ea3 (diff) |
reformat
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'x-plane-plugin')
-rw-r--r-- | x-plane-plugin/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x-plane-plugin/plugin.c b/x-plane-plugin/plugin.c index 1f30f04d..67dab7ad 100644 --- a/x-plane-plugin/plugin.c +++ b/x-plane-plugin/plugin.c @@ -83,8 +83,8 @@ static void reinit_offset() { } int write_head_position( - XPLMDrawingPhase inPhase, - int inIsBefore, + XPLMDrawingPhase inPhase, + int inIsBefore, void * inRefcon) { if (lck_posix != NULL && shm_posix != NULL) { |