From 720609bc5156b924f696b7882476187a0b9f83c7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 13 Dec 2015 12:18:41 -0500 Subject: whitespace meditation. --- src/driver/pe_unit_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver') diff --git a/src/driver/pe_unit_ctx.c b/src/driver/pe_unit_ctx.c index 5090256..b26c5ba 100644 --- a/src/driver/pe_unit_ctx.c +++ b/src/driver/pe_unit_ctx.c @@ -24,7 +24,7 @@ int pe_get_unit_ctx( struct pe_unit_ctx ** pctx) { struct pe_unit_ctx_impl * ctx; - int prot; + int prot; if (!dctx || !(ctx = calloc(sizeof(*ctx),1))) return -1; -- cgit v1.2.3