forked from Archive/PX4-Autopilot
Fixed accel sim code style
This commit is contained in:
parent
6acb8850d4
commit
a521066a0d
|
@ -1039,6 +1039,7 @@ int
|
|||
ACCELSIM_mag::devIOCTL(unsigned long cmd, unsigned long arg)
|
||||
{
|
||||
int ret;
|
||||
|
||||
switch (cmd) {
|
||||
case DEVIOCGDEVICEID:
|
||||
ret = (int)VirtDevObj::devIOCTL(cmd, arg);
|
||||
|
|
Loading…
Reference in New Issue