about summary refs log tree commit diff
path: root/converter/other/fiasco/binerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/binerror.h')
-rw-r--r--converter/other/fiasco/binerror.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/converter/other/fiasco/binerror.h b/converter/other/fiasco/binerror.h
index 4f313aca..b30f53e0 100644
--- a/converter/other/fiasco/binerror.h
+++ b/converter/other/fiasco/binerror.h
@@ -1,8 +1,8 @@
 /*
  *  error.h
- *  
- *  Written by:		Stefan Frank
- *			Ullrich Hafner
+ *
+ *  Written by:         Stefan Frank
+ *                      Ullrich Hafner
  *
  *  This file is part of FIASCO (Fractal Image And Sequence COdec)
  *  Copyright (C) 1994-2000 Ullrich Hafner
@@ -25,7 +25,7 @@
 #ifdef _ERROR_C
 #define _EXTERN_TYPE
 #else
-#define _EXTERN_TYPE	extern
+#define _EXTERN_TYPE    extern
 #endif
 
 _EXTERN_TYPE int   error_line;
@@ -41,9 +41,9 @@ void
 _file_error (const char *filename);
 
 #if HAVE_ASSERT_H
-#	include <assert.h>
+#       include <assert.h>
 #else /* not HAVE_ASSERT_H */
-#	define assert(exp)	{if (!(exp)) error ("Assertion `" #exp " != NULL' failed.");}
+#       define assert(exp)      {if (!(exp)) error ("Assertion `" #exp " != NULL' failed.");}
 #endif /* not HAVE_ASSERT_H */
 
 #endif /* not _ERROR_H */