Index: trunk/psLib/src/math/psMinimize.h
===================================================================
--- trunk/psLib/src/math/psMinimize.h	(revision 1469)
+++ trunk/psLib/src/math/psMinimize.h	(revision 1470)
@@ -27,4 +27,5 @@
  *
  *  @return float     the derivative in respect to params[derivParam]
+ */
 typedef float (*psMinimizeFunctionDeriv) (
     const psVector* restrict params,   ///< collection of parameters
@@ -32,5 +33,5 @@
     int derivParam                     ///< index of parameter to calculate derivative of
 );
- 
+
 /** Minimizes a non-linear function.
  *
