Index: trunk/psModules/src/objects/pmDetections.h
===================================================================
--- trunk/psModules/src/objects/pmDetections.h	(revision 18828)
+++ trunk/psModules/src/objects/pmDetections.h	(revision 23487)
@@ -20,11 +20,11 @@
  */
 typedef struct {
-  psArray *footprints;	      // collection of footprints in the image
-  psArray *peaks;	      // collection of all peaks contained by the footprints
-  psArray *oldPeaks;	      // collection of all peaks previously found
+  psArray *footprints;        // collection of footprints in the image
+  psArray *peaks;             // collection of all peaks contained by the footprints
+  psArray *oldPeaks;          // collection of all peaks previously found
   int last;
 } pmDetections;
 
-pmDetections *pmDetectionsAlloc ();
+pmDetections *pmDetectionsAlloc (void);
 
 /// @}
