Cleanup of white space and comment improvement
[timetracker.git] / password_change.php
index 8e56521..e7d2750 100644 (file)
@@ -87,7 +87,7 @@ if ($request->getMethod() == 'POST') {
       $errors->add($i18n->getKey('error.auth'));
     }
   }
-}
+} // POST
 
 $smarty->assign('forms', array($form->getName() => $form->toArray()));
 $smarty->assign('title', $i18n->getKey('title.change_password'));