diff options
| author | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
| commit | cdcb4b0166aefdd382d20e7ff3b5cb217ba54ba8 (patch) | |
| tree | 0b4d25e399f292d2159aa342dfe8c940d98134f3 /src/dolphinstatusbar.cpp | |
| parent | bafaf9496cc439c461e249057e5d913e9aa734fc (diff) | |
coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
Diffstat (limited to 'src/dolphinstatusbar.cpp')
| -rw-r--r-- | src/dolphinstatusbar.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dolphinstatusbar.cpp b/src/dolphinstatusbar.cpp index 1f6859a8f..e2b4e68ba 100644 --- a/src/dolphinstatusbar.cpp +++ b/src/dolphinstatusbar.cpp @@ -31,11 +31,11 @@ #include <kvbox.h> DolphinStatusBar::DolphinStatusBar(DolphinView* parent) : - KHBox(parent), - m_messageLabel(0), - m_spaceInfo(0), - m_progressBar(0), - m_progress(100) + KHBox(parent), + m_messageLabel(0), + m_spaceInfo(0), + m_progressBar(0), + m_progress(100) { setSpacing(4); |
