projects
/
profile
/
mobile
/
apps
/
native
/
attach-panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
643b19c
)
[Attach-panel] Fixed coding rule
27/97927/1
accepted/tizen/3.0/mobile/20161116.024054
submit/tizen_3.0/20161115.102800
author
moon87.park
<moon87.park@samsung.com>
Tue, 15 Nov 2016 10:23:47 +0000
(19:23 +0900)
committer
moon87.park
<moon87.park@samsung.com>
Tue, 15 Nov 2016 10:23:47 +0000
(19:23 +0900)
Change-Id: I4a1ea649c67724a040abeefb5e1b8fb88be65e03
src/attach_panel.c
patch
|
blob
|
history
diff --git
a/src/attach_panel.c
b/src/attach_panel.c
index 33b7940bdd1dabb8f2506e06e745d158fd1cc5a0..93597a4bdc59e1e5b0237ea549397979e0e576c9 100644
(file)
--- a/
src/attach_panel.c
+++ b/
src/attach_panel.c
@@
-863,8
+863,7
@@
EXPORT_API int attach_panel_get_state(attach_panel_h attach_panel, attach_panel_
if (attach_panel->rotate == EINA_TRUE) {
*state = attach_panel->attach_panel_land_state;
- }
- else {
+ } else {
*state = attach_panel->attach_panel_port_state;
}