summaryrefslogtreecommitdiff
path: root/src/hash.h
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 /src/hash.h
parent9c424c737f26ec5af4257aed1f9d92fbe2862369 (diff)
downloadlibsolv-347e247833438d572c2cfea246c01ea439b72363.tar.gz
libsolv-347e247833438d572c2cfea246c01ea439b72363.tar.bz2
libsolv-347e247833438d572c2cfea246c01ea439b72363.zip
remove trailing whitespace
Diffstat (limited to 'src/hash.h')
-rw-r--r--src/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hash.h b/src/hash.h
index 1d3222b..1290afa 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -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)
{