From f0e1b6834ba12762c51f2f1430238fac62ab47ef Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 29 Dec 2015 23:04:57 -0500 Subject: whitespace meditation. --- src/internal/apimagic_driver_impl.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/internal') diff --git a/src/internal/apimagic_driver_impl.h b/src/internal/apimagic_driver_impl.h index 527e1bb..beb12b7 100644 --- a/src/internal/apimagic_driver_impl.h +++ b/src/internal/apimagic_driver_impl.h @@ -14,17 +14,17 @@ enum app_tags { }; struct amgc_driver_ctx_impl { - struct amgc_common_ctx cctx; - struct amgc_driver_ctx ctx; + struct amgc_common_ctx cctx; + struct amgc_driver_ctx ctx; struct compilation_env_t ccenv; - int fdtmpin; + int fdtmpin; }; struct amgc_unit_ctx_impl { - const char * path; - struct amgc_input map; - struct amgc_common_ctx cctx; - struct amgc_unit_ctx uctx; + const char * path; + struct amgc_input map; + struct amgc_common_ctx cctx; + struct amgc_unit_ctx uctx; struct compilation_unit_t ccunit; }; -- cgit v1.2.3