From 2c8758ec5e10b1a5606521ec7bc259caca209edb Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Oct 2016 21:17:01 -0400 Subject: whitespace meditation. --- src/internal/mdso_driver_impl.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index 9391a64..ee02985 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -27,17 +27,17 @@ struct mdso_expsyms { }; struct mdso_driver_ctx_impl { - struct mdso_common_ctx cctx; - struct mdso_driver_ctx ctx; - char * asmbase; - int fddst; - int fdtmpin; - const struct mdso_unit_ctx * euctx; - const char * eunit; - struct mdso_error_info**errinfp; - struct mdso_error_info**erricap; - struct mdso_error_info *erriptr[64]; - struct mdso_error_info erribuf[64]; + struct mdso_common_ctx cctx; + struct mdso_driver_ctx ctx; + char * asmbase; + int fddst; + int fdtmpin; + const struct mdso_unit_ctx * euctx; + const char * eunit; + struct mdso_error_info** errinfp; + struct mdso_error_info** erricap; + struct mdso_error_info * erriptr[64]; + struct mdso_error_info erribuf[64]; }; struct mdso_unit_ctx_impl { -- cgit v1.2.3