From 8113922013978d05e3713636d42656e6a9767bb0 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 3 Jul 2011 03:35:20 +0300 Subject: [PATCH] Minor formatting --- map/framework.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map/framework.cpp b/map/framework.cpp index c11d2ea09d..1fd61effb1 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -570,8 +570,8 @@ void FrameWork::AddRedrawCommandSure() string buffer; try { - string configPath; - Settings::Get("BenchmarkConfig", configPath); + string configPath; + Settings::Get("BenchmarkConfig", configPath); ReaderPtr(pl.GetReader(configPath)).ReadAsString(buffer); } catch (RootException const & e)