Skip to content

Commit 02d7fa6

Browse files
committed
Fix gn format
1 parent dd4fa87 commit 02d7fa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flutter/shell/platform/tizen/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ template("embedder") {
115115
# Select window implementation based on use_tcore
116116
if (use_tcore) {
117117
sources += [
118-
"tizen_window_tcore_wl.cc",
119118
"tizen_input_method_context_tcore.cc",
119+
"tizen_window_tcore_wl.cc",
120120
]
121121
} else {
122122
sources += [
123-
"tizen_window_ecore_wl2.cc",
124123
"tizen_input_method_context.cc",
124+
"tizen_window_ecore_wl2.cc",
125125
]
126126
}
127127

0 commit comments

Comments
 (0)