Fix formatting
authorChris Michael <devilhorns@comcast.net>
Sun, 27 Oct 2013 15:44:31 +0000 (15:44 +0000)
committerChris Michael <devilhorns@comcast.net>
Sun, 27 Oct 2013 15:44:31 +0000 (15:44 +0000)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/edje/edje_cc_out.c

index 95027e7..8c3e862 100644 (file)
@@ -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