summaryrefslogtreecommitdiff
path: root/windows/sleep.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-07-19 13:12:10 +1000
committerDamien George <damien.p.george@gmail.com>2017-07-19 13:12:10 +1000
commit761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f (patch)
treeca794059e302b1947125d36f64c667acdde6ddbe /windows/sleep.c
parentc972c60dbe72d7448faff7f631dfb798b694093e (diff)
all: Remove trailing spaces, per coding conventions.
Diffstat (limited to 'windows/sleep.c')
-rw-r--r--windows/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/sleep.c b/windows/sleep.c
index 214d6d622..b8f0a2e9b 100644
--- a/windows/sleep.c
+++ b/windows/sleep.c
@@ -31,7 +31,7 @@
HANDLE waitTimer = NULL;
void init_sleep(void) {
- waitTimer = CreateWaitableTimer(NULL, TRUE, NULL);
+ waitTimer = CreateWaitableTimer(NULL, TRUE, NULL);
}
void deinit_sleep(void) {