Skip to content

Commit 33eb248

Browse files
committed
fix: format with clang-format
1 parent f2bbc08 commit 33eb248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/ConfigManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3058,7 +3058,7 @@ void CConfigManager::storeFloatingSize(PHLWINDOW window, const Vector2D& size) {
30583058
}
30593059

30603060
std::optional<Vector2D> CConfigManager::getStoredFloatingSize(PHLWINDOW window) {
3061-
// At startup, m_initialClass and m_initialTitle are undefined
3061+
// At startup, m_initialClass and m_initialTitle are undefined
30623062
// and m_class and m_title are just "initial" ones.
30633063
// false -> use m_class and m_title
30643064
SFloatCache id{window, false};

0 commit comments

Comments
 (0)