reindent-20030715
[openafs.git] / src / afsweb / apache_includes / 1.3.6 / os-inline.c
index 54ff49a..10c035e 100644 (file)
@@ -25,7 +25,8 @@
 
 #endif
 
-INLINE int ap_os_is_path_absolute(const char *file)
+INLINE int
+ap_os_is_path_absolute(const char *file)
 {
-  return file[0] == '/';
+    return file[0] == '/';
 }