diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 21:17:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:51 -0500 |
commit | 2c8758ec5e10b1a5606521ec7bc259caca209edb (patch) | |
tree | 0959da5aed36f73f7d88d884f3543b2124078dc7 /src/internal | |
parent | 7d3ce75856fd7adc7cd6a23f9ea39858a59bb6a2 (diff) | |
download | mdso-2c8758ec5e10b1a5606521ec7bc259caca209edb.tar.bz2 mdso-2c8758ec5e10b1a5606521ec7bc259caca209edb.tar.xz |
whitespace meditation.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 22 |
1 files changed, 11 insertions, 11 deletions
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 { |