summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-10-16 18:29:42 +0200
committerMichael Schroeder <mls@suse.de>2013-10-16 18:33:01 +0200
commit347e247833438d572c2cfea246c01ea439b72363 (patch)
tree965113ed471bc9f2f33d869262d2ffcbf12a86b3 /examples
parent9c424c737f26ec5af4257aed1f9d92fbe2862369 (diff)
downloadlibsolv-347e247833438d572c2cfea246c01ea439b72363.tar.gz
libsolv-347e247833438d572c2cfea246c01ea439b72363.tar.bz2
libsolv-347e247833438d572c2cfea246c01ea439b72363.zip
remove trailing whitespace
Diffstat (limited to 'examples')
-rw-r--r--examples/solv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/solv.c b/examples/solv.c
index 3bb8b9c..a79b5b7 100644
--- a/examples/solv.c
+++ b/examples/solv.c
@@ -2802,7 +2802,7 @@ main(int argc, char **argv)
}
else if (!strcmp(argv[1], "--arch"))
{
- if (!strcmp(argv[2], "src") || !strcmp(argv[2], "nosrc"))
+ if (!strcmp(argv[2], "src") || !strcmp(argv[2], "nosrc"))
archfilter_src = 1;
queue_push2(&archfilter, SOLVER_SOLVABLE_PROVIDES, pool_rel2id(pool, 0, pool_str2id(pool, argv[2], 1), REL_ARCH, 1));
argc -= 2;