diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 12:51:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 12:52:35 -0800 |
commit | ac9ead4571f3c1546c0cd88a39088f91b01929b3 (patch) | |
tree | 98db69bc3ddbf77a9b2d789ff37cba635709dd02 /qt-ui/models.cpp | |
parent | 8086b39e11da344f9c931ea8d325d2ef94982913 (diff) | |
download | subsurface-ac9ead4571f3c1546c0cd88a39088f91b01929b3.tar.gz |
Random whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.cpp')
-rw-r--r-- | qt-ui/models.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 8bf6627bf..e62598479 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -71,8 +71,7 @@ const QPixmap &trashIcon() return *trashIconPixmap; } -CylindersModel::CylindersModel(QObject *parent) : - changed(false), +CylindersModel::CylindersModel(QObject *parent) : changed(false), rows(0) { // enum {REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE, DEPTH}; |