param_shmem: fix style

This commit is contained in:
Julian Oes
2016-04-12 09:28:37 +02:00
parent 9cfffc9747
commit 22847e49e7
@@ -859,6 +859,7 @@ param_save_default(void)
// After writing the file, also do a fsync to prevent loosing params if power is cut.
res = fsync(fd);
if (res != 0) {
PX4_ERR("failed to do fsync: %s", strerror(errno));
goto exit;