From 1615dac212b0006382a9fd3e0611768e2325fbdf Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 23 Sep 2013 15:19:38 +1200 Subject: [PATCH] Bug 750434 - Fix space before #include. CLOSED TREE --- gfx/layers/client/TiledContentClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/client/TiledContentClient.cpp b/gfx/layers/client/TiledContentClient.cpp index 1b4c3016fd8..28a88700918 100644 --- a/gfx/layers/client/TiledContentClient.cpp +++ b/gfx/layers/client/TiledContentClient.cpp @@ -20,7 +20,7 @@ #include "nsISupportsImpl.h" // for gfxContext::AddRef, etc #include "nsSize.h" // for nsIntSize #include "gfxReusableSharedImageSurfaceWrapper.h" - #include "nsMathUtils.h" // for NS_roundf +#include "nsMathUtils.h" // for NS_roundf #ifdef GFX_TILEDLAYER_DEBUG_OVERLAY #include "cairo.h"