config.h: white-space fixes - saait - the most boring static page generator
(HTM) git clone git://git.codemadness.org/saait
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 48b39941bf4a22e7d485155f8a16577bbd543f2d
(DIR) parent a3f01e9be49a6bc58a8588ea3cafda315a0e9d55
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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[] = {