diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2010-07-31 18:54:54 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2010-07-31 18:54:54 +0000 |
commit | 5d1a9f4e0d50ba3ca79325847dea3bf55959e115 (patch) | |
tree | 2774c3e54920f8ea7e79b021821e6ce43bf9426b /legacy/eet/src/lib/eet_utils.c | |
parent | 38aac01b6a55fba9bb607971f5ac42b3bca7bdfa (diff) |
remove space after *
SVN revision: 50719
Diffstat (limited to 'legacy/eet/src/lib/eet_utils.c')
-rw-r--r-- | legacy/eet/src/lib/eet_utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/legacy/eet/src/lib/eet_utils.c b/legacy/eet/src/lib/eet_utils.c index 624bfaed5b..78f233c797 100644 --- a/legacy/eet/src/lib/eet_utils.c +++ b/legacy/eet/src/lib/eet_utils.c | |||
@@ -13,13 +13,13 @@ | |||
13 | #include "Eet_private.h" | 13 | #include "Eet_private.h" |
14 | 14 | ||
15 | int | 15 | int |
16 | _eet_hash_gen(const char * key, | 16 | _eet_hash_gen(const char *key, |
17 | int hash_size) | 17 | int hash_size) |
18 | { | 18 | { |
19 | int hash_num = 0; | 19 | int hash_num = 0; |
20 | int value, i; | 20 | int value, i; |
21 | int mask; | 21 | int mask; |
22 | unsigned char * ptr; | 22 | unsigned char *ptr; |
23 | 23 | ||
24 | /* no string - index 0 */ | 24 | /* no string - index 0 */ |
25 | if (!key) | 25 | if (!key) |