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/poolid.c | |
parent | 733946741535986d2bb107248ff3e20ebea617a8 (diff) | |
download | libsolv-2581c2d378058f1a362b3106dbd567e6d23fa232.tar.gz libsolv-2581c2d378058f1a362b3106dbd567e6d23fa232.tar.bz2 libsolv-2581c2d378058f1a362b3106dbd567e6d23fa232.zip |
remove trailing whitespace
Diffstat (limited to 'src/poolid.c')
-rw-r--r-- | src/poolid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poolid.c b/src/poolid.c index 3fa1ed4..66b6d46 100644 --- a/src/poolid.c +++ b/src/poolid.c @@ -63,7 +63,7 @@ pool_rel2id(Pool *pool, Id name, Id evr, int flags, int create) hashmask = pool->relhashmask; hashtbl = pool->relhashtbl; ran = pool->rels; - + /* extend hashtable if needed */ if (pool->nrels * 2 > hashmask) { @@ -80,7 +80,7 @@ pool_rel2id(Pool *pool, Id name, Id evr, int flags, int create) hashtbl[h] = i; } } - + /* compute hash and check for match */ h = relhash(name, evr, flags) & hashmask; hh = HASHCHAIN_START; @@ -117,7 +117,7 @@ pool_rel2id(Pool *pool, Id name, Id evr, int flags, int create) /* Id -> String * for rels (returns name only) and strings - */ + */ const char * pool_id2str(const Pool *pool, Id id) { |