From 0815731ac884b41853725e51e26b0697449747b4 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 30 Jan 2009 00:34:11 +0000 Subject: Fix a bunch of lint complaints in preparation to land issue 19046. Mostly formatting changes, i.e. CRLF, space at end of line. Review URL: http://codereview.chromium.org/19486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8933 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/render_messages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common/render_messages.h') diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index fa459a6..dd756d7 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -558,9 +558,9 @@ struct ParamTraits { static void Log(const param_type& p, std::wstring* l) { std::wstring event = L""; - if (!p.type) + if (!p.type) { event.append(L"NONE"); - else { + } else { event.append(L"("); if (p.type & ContextNode::PAGE) event.append(L"PAGE|"); -- cgit v1.1