config.h: white-space fixes - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 48b39941bf4a22e7d485155f8a16577bbd543f2d | |
parent a3f01e9be49a6bc58a8588ea3cafda315a0e9d55 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 7 Aug 2018 12:43:25 +0200 | |
config.h: white-space fixes | |
Diffstat: | |
M config.h | 8 ++++---- | |
1 file changed, 4 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/config.h b/config.h | |
@@ -10,11 +10,11 @@ struct block { | |
}; | |
struct template { | |
- char *name; | |
- /* blocks: header, item, footer */ | |
+ char *name; | |
+ /* blocks: header, item, footer */ | |
struct block blocks[BlockLast]; | |
- /* output FILE * (set at runtime) */ | |
- FILE *fp; | |
+ /* output FILE * (set at runtime) */ | |
+ FILE *fp; | |
}; | |
static struct template templates[] = { |