From 441ab566e4c343c097a61a5222297117f084f273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 25 May 2018 14:18:29 +0200 Subject: [PATCH] No bug - Fix some bogus indentation. r=me MozReview-Commit-ID: 6G7oS6MkJ0Y --- layout/style/ServoBindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/ServoBindings.cpp b/layout/style/ServoBindings.cpp index 7b000454c468..bbefcfb75124 100644 --- a/layout/style/ServoBindings.cpp +++ b/layout/style/ServoBindings.cpp @@ -115,7 +115,7 @@ ThreadSafeGetDefaultFontHelper(const nsPresContext* aPresContext, } { AutoWriteLock guard(*sServoFFILock); - retval = aPresContext->GetDefaultFont(aGenericId, aLanguage, nullptr); + retval = aPresContext->GetDefaultFont(aGenericId, aLanguage, nullptr); } return retval; }