From f06b53432ee339c1e123e7432f7c91331a3190a7 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 31 Dec 2015 09:11:38 -0500 Subject: whitespace meditation. --- src/driver/amgc_unit_ctx.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/driver') diff --git a/src/driver/amgc_unit_ctx.c b/src/driver/amgc_unit_ctx.c index 334ee32..eb65898 100644 --- a/src/driver/amgc_unit_ctx.c +++ b/src/driver/amgc_unit_ctx.c @@ -152,14 +152,13 @@ int amgc_get_unit_ctx( memcpy(&ctx->cctx,dctx->cctx, sizeof(ctx->cctx)); - ctx->path = path; - - ctx->uctx.path = &ctx->path; - ctx->uctx.map = &ctx->map; - ctx->uctx.cctx = &ctx->cctx; - ctx->uctx.meta = &ctx->meta; - ctx->uctx.entities = ctx->entities; - ctx->uctx.ccunit= &ctx->ccunit; + ctx->path = path; + ctx->uctx.path = &ctx->path; + ctx->uctx.map = &ctx->map; + ctx->uctx.cctx = &ctx->cctx; + ctx->uctx.meta = &ctx->meta; + ctx->uctx.entities = ctx->entities; + ctx->uctx.ccunit = &ctx->ccunit; if (amgc_get_unit_entities(&ctx->uctx,&ctx->meta,&ctx->entities)) return amgc_free_unit_ctx_impl(ctx,-1); -- cgit v1.2.3