]> Shamusworld >> Repos - architektonas/blobdiff - src/generaltab.cpp
Whitespace changes. :-P
[architektonas] / src / generaltab.cpp
index ebe36cb5d6aaf3909609e9611395557b17aba4b1..48597e6d8baa4e7a41f17f71e5d56750fb6beb7b 100644 (file)
@@ -5,15 +5,15 @@
 // (C) 2011 Underground Software
 // See the README and GPLv3 files for licensing and warranty information
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // WHO  WHEN        WHAT
 // ---  ----------  ------------------------------------------------------------
 // JLH  06/04/2011  Created this file
+//
 
 #include "generaltab.h"
 
-
 GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent)
 {
        antialiasChk = new QCheckBox(tr("Use Qt's built-in antialiasing"));