From f32569211dbce0e5f8df43793983457e15c29850 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 1 Dec 2015 12:44:33 +0100 Subject: [PATCH] PX4 tasks: Code style fixes --- src/platforms/px4_tasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/px4_tasks.h b/src/platforms/px4_tasks.h index bf8c5eeeff..e71e97f880 100644 --- a/src/platforms/px4_tasks.h +++ b/src/platforms/px4_tasks.h @@ -131,7 +131,7 @@ __EXPORT bool px4_task_is_running(const char *taskname); #ifdef __PX4_POSIX /** set process (and thread) options */ -__EXPORT int px4_prctl(int option, const char* arg2, unsigned pid); +__EXPORT int px4_prctl(int option, const char *arg2, unsigned pid); #endif __END_DECLS