fixup! Merge efl-port POC code into tizen_src
authorPiotr Tworek <p.tworek@samsung.com>
Fri, 6 Mar 2015 09:15:57 +0000 (18:15 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Get rid of tabs.

Change-Id: Id30d833cf6e45db865322a5c6541a4b0992d42ee
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/chromium_impl/content/shell/browser/shell_efl.cc

index 837b411..6253659 100644 (file)
@@ -232,11 +232,11 @@ bool Shell::PlatformHandleContextMenu(
 JavaScriptDialogManager* Shell::GetJavaScriptDialogManager() {
   if (!dialog_manager_) {
     const CommandLine& command_line = *CommandLine::ForCurrentProcess();
-               if (command_line.HasSwitch(switches::kDumpRenderTree)) {
+    if (command_line.HasSwitch(switches::kDumpRenderTree)) {
       dialog_manager_.reset(new LayoutTestJavaScriptDialogManager);
-               } else  {
+    } else  {
       dialog_manager_.reset(new JavaScriptDialogManagerEfl);
-         }
+    }
   }
   return dialog_manager_.get();
 }