diff options
author | midipix <writeonce@midipix.org> | 2015-12-19 09:20:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-12-19 09:20:07 -0500 |
commit | 4d5fdf65e027b60d0084cb5c6930197e66a92eeb (patch) | |
tree | 17295c935dd9f46304920ef034ab11bc996af6ed /src/driver/sfrt_driver_ctx.c | |
parent | b1b6990bf565905018ccfe8edb64d1fca50f8fde (diff) | |
download | sofort-4d5fdf65e027b60d0084cb5c6930197e66a92eeb.tar.bz2 sofort-4d5fdf65e027b60d0084cb5c6930197e66a92eeb.tar.xz |
whitespace meditation.
Diffstat (limited to 'src/driver/sfrt_driver_ctx.c')
-rw-r--r-- | src/driver/sfrt_driver_ctx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/driver/sfrt_driver_ctx.c b/src/driver/sfrt_driver_ctx.c index 7a9f81c..b86b2e5 100644 --- a/src/driver/sfrt_driver_ctx.c +++ b/src/driver/sfrt_driver_ctx.c @@ -85,10 +85,10 @@ int sfrt_get_driver_ctx_fail(struct argv_meta * meta) } int sfrt_get_driver_ctx( - const char ** argv, - const char ** envp, - uint32_t flags, - struct sfrt_driver_ctx ** pctx) + const char ** argv, + const char ** envp, + uint32_t flags, + struct sfrt_driver_ctx ** pctx) { struct sfrt_driver_ctx_impl * ctx; struct sfrt_common_ctx cctx; |