aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/manual.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/manual.c b/src/manual.c
index 16398d0..f6077bc 100644
--- a/src/manual.c
+++ b/src/manual.c
@@ -260,8 +260,7 @@ static int parse_uri(char *uri,
goto error;
}
} else {
- if (!exclusion ||
- (exclusion && !proto))
+ if (!exclusion || (exclusion && !proto))
goto error;
else
ret = PACRUNNER_MANUAL_EXCLUDE_ANY;