diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 18:10:51 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:55 -0500 |
commit | df5be5d0ee9944c2436216ff3a4d07ba76ad043c (patch) | |
tree | e98284ce0ddc4df6c4a985d0d4fef667adc09075 /src/internal | |
parent | 79872959f5ff19b8c046eab6ecaae3b928ea9568 (diff) | |
download | perk-df5be5d0ee9944c2436216ff3a4d07ba76ad043c.tar.bz2 perk-df5be5d0ee9944c2436216ff3a4d07ba76ad043c.tar.xz |
whitespace meditation.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 843d3f1..ae5adfc 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -22,19 +22,19 @@ enum app_tags { }; struct pe_driver_ctx_impl { - struct pe_symbol_ctx symctx; - struct pe_output_ctx outctx; - struct pe_linker_ctx lnkctx; - struct pe_server_ctx srvctx; - struct pe_io_ctx ioctx; - struct pe_common_ctx cctx; - struct pe_driver_ctx ctx; - const struct pe_unit_ctx * euctx; - const char * eunit; - struct pe_error_info ** errinfp; - struct pe_error_info ** erricap; - struct pe_error_info * erriptr[64]; - struct pe_error_info erribuf[64]; + struct pe_symbol_ctx symctx; + struct pe_output_ctx outctx; + struct pe_linker_ctx lnkctx; + struct pe_server_ctx srvctx; + struct pe_io_ctx ioctx; + struct pe_common_ctx cctx; + struct pe_driver_ctx ctx; + const struct pe_unit_ctx * euctx; + const char * eunit; + struct pe_error_info ** errinfp; + struct pe_error_info ** erricap; + struct pe_error_info * erriptr[64]; + struct pe_error_info erribuf[64]; }; struct pe_unit_ctx_impl { |