From c88b55286f96f5d8343de024f77625c396eba424 Mon Sep 17 00:00:00 2001 From: Philip Lamb Date: Thu, 17 Dec 2020 10:15:34 +1300 Subject: [PATCH] clang-format --- support/hololens/ServoApp/ServoControl/Servo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/support/hololens/ServoApp/ServoControl/Servo.cpp b/support/hololens/ServoApp/ServoControl/Servo.cpp index be2c60908a7..33b675b98e2 100644 --- a/support/hololens/ServoApp/ServoControl/Servo.cpp +++ b/support/hololens/ServoApp/ServoControl/Servo.cpp @@ -152,8 +152,7 @@ Servo::PromptResult prompt_yes_no(const char *message, bool trusted) { return sServo->Delegate().OnServoPromptYesNo(char2hstring(message), trusted); } -const char *prompt_input(const char *message, const char *def, - bool trusted) { +const char *prompt_input(const char *message, const char *def, bool trusted) { auto input = sServo->Delegate().OnServoPromptInput( char2hstring(message), char2hstring(def), trusted); if (input.has_value()) {