Simple latest comment list
[anoweco.git] / www / user.php
index 95b817fb25355fbe5d7b1393a43c6d59af87246c..691933a4d31fa1c421c9498c6bf438534b6afa0b 100644 (file)
@@ -18,7 +18,7 @@ if (!is_numeric($_GET['id'])) {
 $id = intval($_GET['id']);
 
 $storage = new Storage();
-$rowUser    = $storage->getUser($id);
+$rowUser = $storage->getUser($id);
 if ($rowUser === null) {
     header('HTTP/1.0 404 Not Found');
     header('Content-Type: text/plain');