From 37046938dae87e99fddbc73573fae32c683c616d Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 9 May 2017 11:36:48 +0300 Subject: [tidy] modernize-raw-string-literal --- platform/glfw/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/glfw/main.cpp b/platform/glfw/main.cpp index e95a15a55b..ef8ad91544 100644 --- a/platform/glfw/main.cpp +++ b/platform/glfw/main.cpp @@ -194,7 +194,7 @@ int main(int argc, char *argv[]) { settings.save(); } mbgl::Log::Info(mbgl::Event::General, - "Exit location: --lat=\"%f\" --lon=\"%f\" --zoom=\"%f\" --bearing \"%f\"", + R"(Exit location: --lat="%f" --lon="%f" --zoom="%f" --bearing "%f")", settings.latitude, settings.longitude, settings.zoom, settings.bearing); view = nullptr; -- cgit v1.2.1