summaryrefslogtreecommitdiffhomepage
path: root/src/internal/apimagic_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/apimagic_driver_impl.h')
-rw-r--r--src/internal/apimagic_driver_impl.h14
1 files changed, 7 insertions, 7 deletions
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;
};