fix unexpected ending spaces
[src/app-framework-binder.git] / src / afb-common.c
index e8fe4b7..2b16e57 100644 (file)
@@ -1,5 +1,5 @@
-/* 
- * Copyright (C) 2015 "IoT.bzh"
+/*
+ * Copyright (C) 2015, 2016 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -69,7 +69,7 @@ static struct sd_bus *sdbusopen(struct sd_bus **p, int (*f)(struct sd_bus **))
 
 struct sd_event *afb_common_get_event_loop()
 {
-       static sd_event *result = NULL;
+       static struct sd_event *result = NULL;
        return sdopen((void*)&result, (void*)sd_event_new);
 }