From ca1714f2a47468217905264f5edaf5b86449a484 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 13 Feb 2024 00:07:52 -0500 Subject: Remove whitespace --- src/deliverable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)) { -- cgit