Convert all TABs-as-indentation to spaces.
[libguestfs.git] / java / com / redhat / et / libguestfs / LibGuestFSException.java
index 1c7a224..c7bcc05 100644 (file)
@@ -31,6 +31,6 @@ public class LibGuestFSException extends Exception {
 
     public LibGuestFSException (String msg)
     {
-       super (msg);
+        super (msg);
     }
 }