diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:55:28 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:55:28 +0000 |
commit | 61c39c60565b386e0e12ea669556b030e8cd7180 (patch) | |
tree | 59109aeab8297bdc996faca8c4e38ec7426c36cf /src/regex/regex_block_lib.h | |
parent | 780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff) |
-remove trailing whitespace
Diffstat (limited to 'src/regex/regex_block_lib.h')
-rw-r--r-- | src/regex/regex_block_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h index 28da934e34..4ea4c0765a 100644 --- a/src/regex/regex_block_lib.h +++ b/src/regex/regex_block_lib.h @@ -106,7 +106,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block, * @param cls Closure. * @param token Token that follows to next state. * @param len Length of token. - * @param key Hash of next state. + * @param key Hash of next state. * * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise. */ @@ -158,7 +158,7 @@ REGEX_BLOCK_get_key (const struct RegexBlock *block, * @param block block to test * @param size number of bytes in block * @return GNUNET_YES if the block is accepting, GNUNET_NO if not - */ + */ int GNUNET_BLOCK_is_accepting (const struct RegexBlock *block, size_t block_len); |