Removed superflous line-break
This commit is contained in:
parent
1e54b3e69a
commit
b6ddccc793
@ -60,8 +60,7 @@ inline void intToString(const int value, std::string & output) {
|
||||
output = buffer ;
|
||||
}
|
||||
|
||||
inline void convertInternalLatLonToString(const int value, std::string & output)
|
||||
{
|
||||
inline void convertInternalLatLonToString(const int value, std::string & output) {
|
||||
char buffer[100];
|
||||
buffer[10] = 0; // Nullterminierung
|
||||
char* string = printInt< 10, 5 >( buffer, value );
|
||||
|
Loading…
Reference in New Issue
Block a user