From 45a89bcb9525a467f28ea4027078d134c992dc78 Mon Sep 17 00:00:00 2001 From: Philip Lamb Date: Tue, 30 Mar 2021 13:45:07 +1300 Subject: [PATCH] clang-fmt --- support/hololens/ServoApp/ServoControl/Servo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/hololens/ServoApp/ServoControl/Servo.cpp b/support/hololens/ServoApp/ServoControl/Servo.cpp index 01967566bd8..fdf707d25b3 100644 --- a/support/hololens/ServoApp/ServoControl/Servo.cpp +++ b/support/hololens/ServoApp/ServoControl/Servo.cpp @@ -66,8 +66,8 @@ void on_panic(const char *cbacktrace) { throw hresult_error(E_FAIL, backtrace); } -void on_ime_show(const char *text, int32_t text_index, bool multiline, int32_t x, int32_t y, int32_t width, - int32_t height) { +void on_ime_show(const char *text, int32_t text_index, bool multiline, + int32_t x, int32_t y, int32_t width, int32_t height) { hstring htext = L""; if (text != nullptr) { htext = char2hstring(text);