summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libdialog/dir.h')
-rw-r--r--gnu/lib/libdialog/dir.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libdialog/dir.h b/gnu/lib/libdialog/dir.h
index cc06844..eadc0c5 100644
--- a/gnu/lib/libdialog/dir.h
+++ b/gnu/lib/libdialog/dir.h
@@ -1,5 +1,5 @@
-/*
- * include file for dir.c
+/*
+ * include file for dir.c
*
* Copyright (c) 1995, Marc van Kempen
*
@@ -12,7 +12,7 @@
* responsible for the proper functioning of this software, nor does
* the author assume any responsibility for damages incurred with
* its use.
- *
+ *
*/
#include <sys/types.h>
@@ -25,7 +25,7 @@ typedef struct DirList { /* structure to hold the directory entries
int link; /* is it a link ? */
char *linkname; /* the name of the file the link points to */
} DirList;
-
+
#ifndef TRUE
#define TRUE (1)
#endif
OpenPOWER on IntegriCloud