diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 00:07:52 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 00:07:52 -0500 |
commit | ca1714f2a47468217905264f5edaf5b86449a484 (patch) | |
tree | f568e4d45c300ccc585ea377c471241be210e808 | |
parent | 9653df4a7f6ab689fb8fb8ae389dee9b6d9bf820 (diff) | |
download | stasis-ca1714f2a47468217905264f5edaf5b86449a484.tar.gz |
Remove whitespace
-rw-r--r-- | src/deliverable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deliverable.c b/src/deliverable.c index cc310cf..68f4711 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -427,7 +427,7 @@ int delivery_init(struct Delivery *ctx, struct INIFILE *ini, struct INIFILE *cfg ctx->conda.conda_packages_defer = strlist_init(); ctx->conda.pip_packages_defer = strlist_init(); - for (size_t z = 0, i = 0; i < ini->section_count; i++ ) { + for (size_t z = 0, i = 0; i < ini->section_count; i++) { if (startswith(ini->section[i]->key, "test:")) { val.as_char_p = strchr(ini->section[i]->key, ':') + 1; if (val.as_char_p && isempty(val.as_char_p)) { |