From df5be5d0ee9944c2436216ff3a4d07ba76ad043c Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Oct 2016 18:10:51 -0400 Subject: whitespace meditation. --- src/internal/perk_driver_impl.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/internal') 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 { -- cgit v1.2.3