Whitespace cleanup which includes;
[certmaster.git] / certmaster / requester.py
index 04f1f8a..1fd6826 100644 (file)
@@ -16,7 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 import utils
 
 def request_cert(hostname=None):
-   # this should be enough, but do we want to allow parameters
-   # for overriding the server and port from the config file?
-   # maybe not. -- mpd
-   utils.create_minion_keys(hostname)
+    # this should be enough, but do we want to allow parameters
+    # for overriding the server and port from the config file?
+    # maybe not. -- mpd
+    utils.create_minion_keys(hostname)