From 2c29652136f3509f81e6220bd4e81665f83c08f9 Mon Sep 17 00:00:00 2001 From: Andreas Antener Date: Mon, 20 Jun 2016 20:59:43 +0200 Subject: [PATCH] fixed code style in motor_ramp --- src/systemcmds/motor_ramp/motor_ramp.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/systemcmds/motor_ramp/motor_ramp.cpp b/src/systemcmds/motor_ramp/motor_ramp.cpp index 048d146feb..ea3e7ba272 100644 --- a/src/systemcmds/motor_ramp/motor_ramp.cpp +++ b/src/systemcmds/motor_ramp/motor_ramp.cpp @@ -105,12 +105,12 @@ usage(const char *reason) } PX4_WARN("\n\nWARNING: motors will ramp up to full speed!\n\n" - "Usage: motor_ramp <-s>\n" - "Setting option <-s> will enable sinus output with period \n\n" - "Example:\n" - "nsh> sdlog2 on\n" - "nsh> mc_att_control stop\n" - "nsh> motor_ramp 1100 0.5\n"); + "Usage: motor_ramp <-s>\n" + "Setting option <-s> will enable sinus output with period \n\n" + "Example:\n" + "nsh> sdlog2 on\n" + "nsh> mc_att_control stop\n" + "nsh> motor_ramp 1100 0.5\n"); } /**