From 28fed3fdb7153696d3e04f3bbdc457cc1d6f19ef Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Sun, 27 Oct 2013 15:44:31 +0000 Subject: [PATCH] Fix formatting Signed-off-by: Chris Michael --- src/bin/edje/edje_cc_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index 95027e77c6..8c3e8628b6 100644 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -250,8 +250,8 @@ _part_lookup_key_pc_hash(const void *key, int key_length EINA_UNUSED) return eina_hash_int64((uintptr_t *) &a->pc, sizeof (void*)) ^ eina_hash_int64((uintptr_t *) &a->mem.dest, sizeof (void*)); #else - return eina_hash_int32((uintptr_t*) &a->pc, sizeof (void*)) ^ - eina_hash_int32((uintptr_t*) &a->mem.dest, sizeof (void*)); + return eina_hash_int32((uintptr_t *) &a->pc, sizeof (void*)) ^ + eina_hash_int32((uintptr_t *) &a->mem.dest, sizeof (void*)); #endif } else