Use spaces for indentation, not tabs.
[gnulib.git] / lib / backupfile.h
index 3cfdd8c..dfc894d 100644 (file)
@@ -41,7 +41,7 @@ enum backup_type
   numbered_backups
 };
 
-# define VALID_BACKUP_TYPE(Type)       \
+# define VALID_BACKUP_TYPE(Type)        \
   ((unsigned int) (Type) <= numbered_backups)
 
 extern char const *simple_backup_suffix;