Fix code style / typos in uORB

This commit is contained in:
Lorenz Meier
2015-11-08 11:12:30 +01:00
parent 36a556d107
commit fd01d565fe
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -133,6 +133,8 @@ int orb_publish_auto(const struct orb_metadata *meta, orb_advert_t *handle, cons
} else {
return orb_publish(meta, handle, data);
}
return -1;
}
/**