patch 9.1.1372: style: braces issues in various files
Problem: style: braces issues in various files
Solution: fix style (Hirohito Higashi)
closes: #17277
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc
index d083226..748f97e 100644
--- a/src/gui_haiku.cc
+++ b/src/gui_haiku.cc
@@ -2091,7 +2091,8 @@
float buttonsHeight = 0;
BString strButtons(buttons);
strButtons.RemoveAll("&");
- do {
+ do
+ {
int32 end = strButtons.FindFirst('\n');
if (end != B_ERROR)
strButtons.SetByteAt(end, '\0');