QTfrontend/hwform.cpp
changeset 3697 d5b30d6373fc
parent 3324 339b271d6641
child 3757 ad2f669c8435
--- a/QTfrontend/hwform.cpp	Sat Jul 31 10:52:43 2010 +0200
+++ b/QTfrontend/hwform.cpp	Sat Jul 31 11:24:53 2010 +0200
@@ -85,7 +85,7 @@
     setMinimumSize(760, 580);
 
     CustomizePalettes();
-    
+
     ui.pageOptions->CBResolution->addItems(sdli.getResolutions());
 
     config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");
@@ -100,7 +100,7 @@
         updater = new SparkleAutoUpdater(SPARKLE_APPCAST_URL);
     if(updater && config->isAutoUpdateEnabled())
             updater->checkForUpdates();
-#endif        
+#endif
 #endif
 
     UpdateTeamsLists();