Cleaning up white space
[timetracker.git] / client_edit.php
index 373263c..747ed2b 100644 (file)
@@ -91,7 +91,7 @@ if ($request->getMethod() == 'POST') {
           header('Location: clients.php');
           exit();
         } else
-          $errors->add($i18n->getKey('error.db'));     
+          $errors->add($i18n->getKey('error.db'));
       } else
         $errors->add($i18n->getKey('error.client_exists'));
     }
@@ -113,7 +113,7 @@ if ($request->getMethod() == 'POST') {
         $errors->add($i18n->getKey('error.client_exists'));
     }
   }
-} // post
+} // POST
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('title', $i18n->getKey('title.edit_client'));