Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Jan 10, 2019
1 parent 0554f6e commit 9949f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/imu/mpu9250/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ start_bus(struct mpu9250_bus_option &bus, enum Rotation rotation, bool external,
}

if (bus.dev != nullptr) {
delete(bus.dev);
delete (bus.dev);
bus.dev = nullptr;
}

Expand Down

0 comments on commit 9949f48

Please sign in to comment.