Cleanup: remove extra space in dlerror wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Feb 2014 15:13:32 +0000 (10:13 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Feb 2014 15:13:32 +0000 (10:13 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-dlfcn.h

index 786d3b5a9a2930a57b6ee51be6d8a69c53ba8c85..c92f1bb6f320c99f38f61829340377945e7dfb3a 100644 (file)
@@ -56,6 +56,6 @@ extern void *dlopen(__const char *__file, int __mode);
 extern int dlclose(void *__handle) __nonnull ((1));
 extern void *dlsym(void *__restrict __handle,
                __const char *__restrict __name) __nonnull ((2));
-extern char *dlerror (void);
+extern char *dlerror(void);
 
 #endif /* _LTTNG_UST_DLFCN_H */
This page took 0.025516 seconds and 4 git commands to generate.