diff options
author | Michael Schroeder <mls@suse.de> | 2013-10-16 18:29:42 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-10-16 18:33:01 +0200 |
commit | 347e247833438d572c2cfea246c01ea439b72363 (patch) | |
tree | 965113ed471bc9f2f33d869262d2ffcbf12a86b3 /src/hash.h | |
parent | 9c424c737f26ec5af4257aed1f9d92fbe2862369 (diff) | |
download | libsolv-347e247833438d572c2cfea246c01ea439b72363.tar.gz libsolv-347e247833438d572c2cfea246c01ea439b72363.tar.bz2 libsolv-347e247833438d572c2cfea246c01ea439b72363.zip |
remove trailing whitespace
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,9 +74,9 @@ relhash(Id name, Id evr, int flags) /* compute bitmask for value * returns smallest (2^n-1) > 2 * num - * + * * used for Hashtable 'modulo' operation - */ + */ static inline Hashval mkmask(unsigned int num) { |