Convert all TABs-as-indentation to spaces.
[libguestfs.git] / java / t / GuestFS005Load.java
index a1d1c07..23f1611 100644 (file)
@@ -21,13 +21,13 @@ import com.redhat.et.libguestfs.*;
 public class GuestFS005Load {
     public static void main (String[] argv)
     {
-       try {
-           GuestFS g = new GuestFS ();
-           g.close ();
-       }
-       catch (Exception exn) {
-           System.err.println (exn);
-           System.exit (1);
-       }
+        try {
+            GuestFS g = new GuestFS ();
+            g.close ();
+        }
+        catch (Exception exn) {
+            System.err.println (exn);
+            System.exit (1);
+        }
     }
 }