summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-20 16:58:56 +0000
committermidipix <writeonce@midipix.org>2024-02-20 16:58:56 +0000
commitd577a3308c18cb3b8d5fc46fc5fcf8a8fb8ad1a5 (patch)
tree97a09391525a4d068cc528f0bf73af0612cc27b4 /src/internal/slibtool_driver_impl.h
parent280b99c4d9975370d081dc2232367a09661044bf (diff)
downloadslibtool-d577a3308c18cb3b8d5fc46fc5fcf8a8fb8ad1a5.tar.bz2
slibtool-d577a3308c18cb3b8d5fc46fc5fcf8a8fb8ad1a5.tar.xz
internals: slibtool_driver_impl.h: whitespace meditation.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h55
1 files changed, 28 insertions, 27 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index b364ea3..6bbd5d0 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -135,27 +135,28 @@ struct slbt_obj_list {
};
struct slbt_driver_ctx_impl {
- struct slbt_common_ctx cctx;
- struct slbt_driver_ctx ctx;
- struct slbt_host_strs host;
- struct slbt_host_strs ahost;
- struct slbt_fd_ctx fdctx;
- struct slbt_map_info lconf;
- struct slbt_obj_list * objlistv;
+ struct slbt_common_ctx cctx;
+ struct slbt_driver_ctx ctx;
+ struct slbt_host_strs host;
+ struct slbt_host_strs ahost;
+ struct slbt_fd_ctx fdctx;
+ struct slbt_map_info lconf;
+ struct slbt_obj_list * objlistv;
const struct slbt_archive_ctx * arctx;
const char * arpath;
- char * libname;
- char * dargs;
- char ** dargv;
- char ** targv;
- char ** cargv;
- char ** envp;
- struct slbt_error_info**errinfp;
- struct slbt_error_info**erricap;
- struct slbt_error_info *erriptr[64];
- struct slbt_error_info erribuf[64];
+ char * libname;
+ char * dargs;
+ char ** dargv;
+ char ** targv;
+ char ** cargv;
+ char ** envp;
+
+ struct slbt_error_info** errinfp;
+ struct slbt_error_info** erricap;
+ struct slbt_error_info * erriptr[64];
+ struct slbt_error_info erribuf[64];
};
struct slbt_driver_ctx_alloc {
@@ -166,16 +167,16 @@ struct slbt_driver_ctx_alloc {
struct slbt_exec_ctx_impl {
const struct slbt_driver_ctx * dctx;
- int argc;
- char * args;
- char * shadow;
- char * dsoprefix;
- size_t size;
- struct slbt_exec_ctx ctx;
- int fdwrapper;
- char ** lout[2];
- char ** mout[2];
- char * vbuffer[];
+ int argc;
+ char * args;
+ char * shadow;
+ char * dsoprefix;
+ size_t size;
+ struct slbt_exec_ctx ctx;
+ int fdwrapper;
+ char ** lout[2];
+ char ** mout[2];
+ char * vbuffer[];
};
struct slbt_archive_ctx_impl {