reindent-20030715
[openafs.git] / src / JAVA / libjafs / Exceptions.h
index 1692cfd..f657fa7 100644 (file)
@@ -1,12 +1,9 @@
 #ifndef _Jafsadm_Exceptions
 #define _Jafsadm_Exceptions
 
-static char *afsExceptionName         = "org/openafs/jafs/AFSException";
-static char *afsFileExceptionName     = "org/openafs/jafs/AFSFileException";
-static char *afsSecurityExceptionName = "org/openafs/jafs/AFSSecurityException";
+static char *afsExceptionName = "org/openafs/jafs/AFSException";
+static char *afsFileExceptionName = "org/openafs/jafs/AFSFileException";
+static char *afsSecurityExceptionName =
+    "org/openafs/jafs/AFSSecurityException";
 
 #endif
-
-
-
-