From 44d7e6e04a6c6fa6cc03b36d42ac3b7856fe0184 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Dec 2015 09:39:42 -0500 Subject: API redesign 10/10: whitespace meditation. --- src/driver/pe_driver_ctx.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/driver') diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index aacc2e6..e5df2a5 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -44,10 +44,10 @@ static const struct argv_option options[] = { }; struct pe_driver_ctx_alloc { - struct argv_meta * meta; + struct argv_meta * meta; struct pe_driver_ctx_impl ctx; - uint64_t guard; - const char * units[]; + uint64_t guard; + const char * units[]; }; static uint32_t pe_argv_flags(uint32_t flags) @@ -124,15 +124,15 @@ int pe_get_driver_ctx( struct pe_driver_ctx ** pctx) { struct pe_driver_ctx_impl * ctx; - struct argv_meta * meta; - struct argv_entry * entry; - size_t nunits; - uint64_t dflags; - uint64_t fflags; - const char * program; - const char * output; - const char * pretty; - int fdout; + struct argv_meta * meta; + struct argv_entry * entry; + size_t nunits; + uint64_t dflags; + uint64_t fflags; + const char * program; + const char * output; + const char * pretty; + int fdout; if (!(meta = argv_get(argv,options,pe_argv_flags(flags)))) return -1; -- cgit v1.2.3