author | Glenn Randers-Pehrson <glennrp+bmo@gmail.com> |
Thu, 07 May 2015 19:26:00 +0200 | |
changeset 243339 | 88c3789d70cb83d0c582d17bca151b808089ed26 |
parent 243338 | 41c408a2662e3bf60dd9611c19a6eee4219248ce |
child 243340 | 7a7035e9ebfc9adcb6dc23de77bc251d2cb1b1bf |
push id | 28738 |
push user | cbook@mozilla.com |
push date | Tue, 12 May 2015 14:11:31 +0000 |
treeherder | mozilla-central@bedce1b405a3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | seth |
bugs | 1038536 |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/image/ImageLogging.h +++ b/image/ImageLogging.h @@ -1,16 +1,16 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef mozilla_image_public_ImageLogging_h -#define mozilla_image_public_ImageLogging_h +#ifndef mozilla_image_ImageLogging_h +#define mozilla_image_ImageLogging_h #include "prlog.h" #include "prinrval.h" #include "nsString.h" #if defined(PR_LOGGING) // Declared in imgRequest.cpp. extern PRLogModuleInfo* GetImgLog(); @@ -166,9 +166,9 @@ public: #define LOG_STATIC_FUNC(l, s) #define LOG_STATIC_FUNC_WITH_PARAM(l, s, pn, pv) #define LOG_MSG(l, s, m) #endif // if defined(PR_LOGGING) #define LOG_MSG_WITH_PARAM LOG_FUNC_WITH_PARAM -#endif // mozilla_image_public_ImageLogging_h +#endif // mozilla_image_ImageLogging_h