From c0d124a56605ff4f034502f2ecd3230a741e1826 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sun, 20 Aug 2017 13:53:17 +0200 Subject: [PATCH] gluon-config-mode-geo-location: wizardgen.cpp add withspace --- package/gluon-config-mode-geo-location/src/wizardgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-config-mode-geo-location/src/wizardgen.cpp b/package/gluon-config-mode-geo-location/src/wizardgen.cpp index cd8bbff5..1803cc00 100644 --- a/package/gluon-config-mode-geo-location/src/wizardgen.cpp +++ b/package/gluon-config-mode-geo-location/src/wizardgen.cpp @@ -52,7 +52,7 @@ int main() { #endif s << "\t\t'enter its coordinates here. ' .." << endl; #ifdef WITHMAP - s << "\t\t'If your PC is connected to the internet you can also click on the map displayed below.' .." << endl; + s << "\t\t'If your PC is connected to the internet you can also click on the map displayed below. ' .." << endl; #endif s << "\t\t'Please keep in mind setting a location can also enhance the network quallity.'" << endl; s << "\t)" << endl;