Use spaces for indentation, not tabs.
[gnulib.git] / lib / se-context.in.h
index 5eb95af..2c36cc2 100644 (file)
@@ -11,16 +11,16 @@ static inline char *context_str (context_t con _UNUSED_PARAMETER_)
 static inline void context_free (context_t c _UNUSED_PARAMETER_) {}
 
 static inline int context_user_set (context_t sc _UNUSED_PARAMETER_,
-                                   char const *s _UNUSED_PARAMETER_)
+                                    char const *s _UNUSED_PARAMETER_)
   { errno = ENOTSUP; return -1; }
 static inline int context_role_set (context_t sc _UNUSED_PARAMETER_,
-                                   char const *s _UNUSED_PARAMETER_)
+                                    char const *s _UNUSED_PARAMETER_)
   { errno = ENOTSUP; return -1; }
 static inline int context_range_set (context_t sc _UNUSED_PARAMETER_,
-                                    char const *s _UNUSED_PARAMETER_)
+                                     char const *s _UNUSED_PARAMETER_)
   { errno = ENOTSUP; return -1; }
 static inline int context_type_set (context_t sc _UNUSED_PARAMETER_,
-                                   char const *s _UNUSED_PARAMETER_)
+                                    char const *s _UNUSED_PARAMETER_)
   { errno = ENOTSUP; return -1; }
 
 #endif