From 5dcfaf1faf41a398c460063a0e009ed7dd947f99 Mon Sep 17 00:00:00 2001 From: pouillot Date: Tue, 27 Dec 2011 13:41:03 +0000 Subject: [PATCH] New-line chars in GfLog* arg strings : use only at the end of the string, and no more than once git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4302 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 47276c8d6075a47b7dc4ed5ac9297ddb0398ab31 Former-commit-id: aa6fb946128fa78637adb6cabdab3a15b24a9ba3 --- src/drivers/simplix/src/unitdriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/simplix/src/unitdriver.cpp b/src/drivers/simplix/src/unitdriver.cpp index cf9d5f2d7..056d62abb 100644 --- a/src/drivers/simplix/src/unitdriver.cpp +++ b/src/drivers/simplix/src/unitdriver.cpp @@ -2367,7 +2367,7 @@ void TDriver::InitAdaptiveShiftLevels() } - GfOut("\n#Gear change summary:\n"); + GfOut("#Gear change summary:\n"); for (J = 1; J < oLastGear; J++) GfOut("#%d: Rpm: %g(%g) -> Rpm: %g(%g)\n", J,oShift[J]*RpmFactor,oShift[J],ToRpm[J]*RpmFactor,ToRpm[J]);