OSDN Git Service

[Refactor] clang-format適用。
authorshimitei <shimitei@gmail.com>
Fri, 19 Mar 2021 14:16:28 +0000 (23:16 +0900)
committershimitei <shimitei@gmail.com>
Fri, 19 Mar 2021 14:16:28 +0000 (23:16 +0900)
src/main-win.cpp

index 44858c9..7d040de 100644 (file)
@@ -1339,7 +1339,10 @@ static void term_change_font(term_data *td)
 /*
  * Allow the user to lock this window.
  */
-static void term_window_pos(term_data *td, HWND hWnd) { SetWindowPos(td->w, hWnd, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE); }
+static void term_window_pos(term_data *td, HWND hWnd)
+{
+    SetWindowPos(td->w, hWnd, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE);
+}
 
 static void windows_map(player_type *player_ptr);