summaryrefslogtreecommitdiff
path: root/include/hash.h
diff options
context:
space:
mode:
authorPixel <>2001-04-17 04:05:52 +0000
committerPixel <>2001-04-17 04:05:52 +0000
commit5aed7634c8993e3366817c4b20fca1aa18eacf21 (patch)
treecfb6c00a13b8f213255ea231a3d814f61ab2964b /include/hash.h
parent55f981c9fca048fba18d0538be4ed5dc1cc3fe11 (diff)
Indentation plus faible
Diffstat (limited to 'include/hash.h')
-rw-r--r--include/hash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/hash.h b/include/hash.h
index a7948a1..2cc759c 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -10,13 +10,13 @@ typedef int _TypeVariable;
#endif
typedef struct {
- char *NomVar;
- _TypeVariable Variable;
+ char *NomVar;
+ _TypeVariable Variable;
} _Element;
typedef struct _LstChn {
- _Element Elem;
- struct _LstChn *Suivant;
+ _Element Elem;
+ struct _LstChn *Suivant;
} *_ListeChaine;
typedef _ListeChaine *_TableauVariable;