summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/pe_driver_ctx.c')
-rw-r--r--src/driver/pe_driver_ctx.c24
1 files changed, 12 insertions, 12 deletions
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;