diff options
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; |