style refactor

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-27 21:29:50 +03:00
parent 47b1e70663
commit 5a702fe0f8
9 changed files with 119 additions and 119 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public:
LogWindow() = default;
~LogWindow() = default;
void Render(bool* p_open, ConnectionWindow& conn_win);
void render(bool* paramOpen, ConnectionWindow& connectionWindow);
};
#endif // SERIAL_SAMPLE_LOGWINDOW_H