projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7211c1
)
Eo: Fix confusing indentation and style.
author
Tom Hacohen
<tom@stosb.com>
Wed, 14 Oct 2015 19:42:19 +0000
(20:42 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Wed, 14 Oct 2015 19:43:07 +0000
(20:43 +0100)
src/lib/eo/eo.c
patch
|
blob
|
history
diff --git
a/src/lib/eo/eo.c
b/src/lib/eo/eo.c
index
d84d110
..
8006318
100644
(file)
--- a/
src/lib/eo/eo.c
+++ b/
src/lib/eo/eo.c
@@
-1579,9
+1579,10
@@
_eo_data_scope_get(const _Eo_Object *obj, const _Eo_Class *klass)
return ((char *) obj) + _eo_sz + klass->data_offset;
if (EINA_UNLIKELY(klass->desc->data_size == 0))
- return NULL;
+ {
+ return NULL;
+ }
else
-
{
Eo_Extension_Data_Offset *doff_itr = obj->klass->extn_data_off;