diff options
author | midipix <writeonce@midipix.org> | 2015-11-26 10:20:15 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:27 -0500 |
commit | 2b7f36676ba14efc7a250a56a805493e8fddedde (patch) | |
tree | 3d2f423e32e011d423b164b09ed6d9792d895c89 /src/internal | |
parent | bd5676e7016bede788b6b1ea174cce06c1a71cce (diff) | |
download | perk-2b7f36676ba14efc7a250a56a805493e8fddedde.tar.bz2 perk-2b7f36676ba14efc7a250a56a805493e8fddedde.tar.xz |
whitespace meditation.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_output_impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/internal/perk_output_impl.h b/src/internal/perk_output_impl.h index d60d78d..7540015 100644 --- a/src/internal/perk_output_impl.h +++ b/src/internal/perk_output_impl.h @@ -1,6 +1,9 @@ #include <perk/perk.h> -static inline FILE * pe_output_prolog(const struct pe_common_ctx * cctx, FILE * fout, FILE ** ftmp) +static inline FILE * pe_output_prolog( + const struct pe_common_ctx * cctx, + FILE * fout, + FILE ** ftmp) { int fdout; |