diff options
author | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 22:57:33 +0000 |
---|---|---|
committer | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 22:57:33 +0000 |
commit | 9cb50e15836eb9a5ff6aefd49ebd82b0f37a5002 (patch) | |
tree | 47b721b44144635efa9bf1c4d136e43e777e31f8 | |
parent | b8a21ec037ae12cda22e6429fa6581f98d2914ba (diff) | |
download | chromium_src-9cb50e15836eb9a5ff6aefd49ebd82b0f37a5002.zip chromium_src-9cb50e15836eb9a5ff6aefd49ebd82b0f37a5002.tar.gz chromium_src-9cb50e15836eb9a5ff6aefd49ebd82b0f37a5002.tar.bz2 |
Fix indentation.
Review URL: http://codereview.chromium.org/5636
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2816 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/test_shell/test_shell_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc index 55fcc49..96bca74 100644 --- a/webkit/tools/test_shell/test_shell_main.cc +++ b/webkit/tools/test_shell/test_shell_main.cc @@ -196,8 +196,8 @@ int main(int argc, char* argv[]) { bool interactive = !layout_test_mode; TestShell::InitializeTestShell(interactive); - if (parsed_command_line.HasSwitch(test_shell::kAllowScriptsToCloseWindows)) - TestShell::SetAllowScriptsToCloseWindows(); + if (parsed_command_line.HasSwitch(test_shell::kAllowScriptsToCloseWindows)) + TestShell::SetAllowScriptsToCloseWindows(); // Disable user themes for layout tests so pixel tests are consistent. if (!interactive) |