mavlink_log.c: fix coding style

This commit is contained in:
Beat Küng 2016-05-24 15:27:10 +02:00 committed by Lorenz Meier
parent 034772056a
commit 078e79f294
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ __EXPORT void mavlink_vasprintf(int severity, orb_advert_t *mavlink_log_pub, con
struct mavlink_log_s log_msg;
log_msg.severity = severity;
log_msg.timestamp = hrt_absolute_time();
va_list ap;