diff options
author | Michael Schroeder <mls@suse.de> | 2013-10-16 18:25:15 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-10-16 18:25:15 +0200 |
commit | 2581c2d378058f1a362b3106dbd567e6d23fa232 (patch) | |
tree | ed9584df3d220064aa366e9cecfe96fac3087896 /src/policy.c | |
parent | 733946741535986d2bb107248ff3e20ebea617a8 (diff) | |
download | libsolv-2581c2d378058f1a362b3106dbd567e6d23fa232.tar.gz libsolv-2581c2d378058f1a362b3106dbd567e6d23fa232.tar.bz2 libsolv-2581c2d378058f1a362b3106dbd567e6d23fa232.zip |
remove trailing whitespace
Diffstat (limited to 'src/policy.c')
-rw-r--r-- | src/policy.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/policy.c b/src/policy.c index 5a88ed3..6287b7c 100644 --- a/src/policy.c +++ b/src/policy.c @@ -466,7 +466,7 @@ trj_visit(struct trj_data *trj, Id node) trj->nstack = stackstart; /* empty stack */ } } - + /* * remove entries from plist that are obsoleted by other entries * with different name. @@ -478,7 +478,7 @@ prune_obsoleted(Pool *pool, Queue *plist) struct trj_data trj; int i, j; Solvable *s; - + if (plist->count <= 16) { memset(data_buf, 0, sizeof(data_buf)); @@ -776,7 +776,7 @@ policy_is_illegal(Solver *solv, Solvable *is, Solvable *s, int ignore) } /*------------------------------------------------------------------- - * + * * create reverse obsoletes map for installed solvables * * For each installed solvable find which packages with *different* names @@ -863,12 +863,12 @@ policy_create_obsolete_index(Solver *solv) /* * find update candidates - * + * * s: installed solvable to be updated * qs: [out] queue to hold Ids of candidates * allow_all: 0 = dont allow downgrades, 1 = allow all candidates * 2 = dup mode - * + * */ void policy_findupdatepackages(Solver *solv, Solvable *s, Queue *qs, int allow_all) |