Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4212)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4213)
@@ -29,5 +29,6 @@
 
    * mbase/MDirIter.cc
-     - changed MatchFilter to allow for filenames containing a '+' character.
+     - changed MatchFilter to allow for filenames containing a '+'
+       character.
 
 
@@ -41,6 +42,6 @@
    * mcalib/MCalibrationQEPix.cc
    * mcalib/MCalibrationChargeCalc.cc
-     - several small bugs fixed concerning calibration with the blind pixel
-       or the PIN Diode
+     - several small bugs fixed concerning calibration with the blind
+       pixel or the PIN Diode
 
    * mjobs/MGCamDisplays.[h,cc]
Index: trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
===================================================================
--- trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc	(revision 4212)
+++ trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc	(revision 4213)
@@ -1247,10 +1247,10 @@
     TStopwatch clk;
     clk.Start();
-#endif DEBUG
+#endif
     AddPrimitives(o);
 #ifdef DEBUG
     clk.Stop();
     clk.Print();
-#endif DEBUG
+#endif
 
     // Append to a possible second pad
Index: trunk/MagicSoft/Mars/mastro/MAstroCatalog.h
===================================================================
--- trunk/MagicSoft/Mars/mastro/MAstroCatalog.h	(revision 4212)
+++ trunk/MagicSoft/Mars/mastro/MAstroCatalog.h	(revision 4213)
@@ -193,3 +193,4 @@
     ClassDef(MAstroCatalog, 1) // Display class for star catalogs
 };
+
 #endif
