summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/returns.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfirstaidkit/returns.py')
-rw-r--r--pyfirstaidkit/returns.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/pyfirstaidkit/returns.py b/pyfirstaidkit/returns.py
index 614e7a3..4757977 100644
--- a/pyfirstaidkit/returns.py
+++ b/pyfirstaidkit/returns.py
@@ -1,16 +1,16 @@
# First Aid Kit - diagnostic and repair tool for Linux
# Copyright (C) 2007 Martin Sivak <msivak@redhat.com>
-#
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -51,7 +51,8 @@ class ReturnNone(Return):
# 3. If the plugin is in fix stage and the problem was not fixed, the return
# value should be Failure. On the other hand if the fix has been done
# the return value should be Success.
-# Remember that the actual values of the classes is not checked, what is checked
+# Remember that the actual values of the classes is not checked, what is
+# checked
# is that the return value be the specific class.
#