diff options
author | Pixel <> | 2001-04-16 15:12:16 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 15:12:16 +0000 |
commit | e09044e963015cf672d0f992264ee1563717602a (patch) | |
tree | 1a55d7d5e46401a41ca7bc24e597d90b0b720601 /include/exceptions.h | |
parent | 3953a2906211a6c0007079dcafe66aa372ab33d1 (diff) |
Indentation
Diffstat (limited to 'include/exceptions.h')
-rw-r--r-- | include/exceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exceptions.h b/include/exceptions.h index 5ce9f60..672d8ca 100644 --- a/include/exceptions.h +++ b/include/exceptions.h @@ -3,8 +3,8 @@ #include <stdio.h> -char * Estrdup(char *); -void * Emalloc(size_t); +char *Estrdup(char *); +void *Emalloc(size_t); void exception(int, char *); void pushcontext(char *); |