summaryrefslogtreecommitdiffstats
path: root/fgetc.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-09-10 00:35:48 +0200
committerpgen <p.gen.progs@gmail.com>2023-09-11 14:15:32 +0200
commit36881ac8835674bf5ce0112f1c5bfa7d1b1e3f27 (patch)
tree97e706c87e9189c1896b5117578f112f8ce7484d /fgetc.h
parentb4e826f3ce669758eb2847d5d7eb65ee2c4755d0 (diff)
Reformatting source code
Diffstat (limited to 'fgetc.h')
-rw-r--r--fgetc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fgetc.h b/fgetc.h
index 9e2d53b..00b19ae 100644
--- a/fgetc.h
+++ b/fgetc.h
@@ -12,9 +12,9 @@
#include <errno.h>
int
-my_fgetc(FILE * input);
+my_fgetc(FILE *input);
int
-my_ungetc(int c, FILE * input);
+my_ungetc(int c, FILE *input);
#endif