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