aboutsummaryrefslogtreecommitdiff
path: root/src/fbasicstring.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-03-03 23:56:58 +0000
committerMike Buland <eichlan@xagasoft.com>2010-03-03 23:56:58 +0000
commitd31d089ea7a0545c3e72584b572f9a21ae15f8b4 (patch)
treede57cc0a152f6294e96b3e9d405baeb11b63e150 /src/fbasicstring.h
parent54ddc589e3d803a4ceddf6b5a784ff85a94421ec (diff)
downloadlibbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.tar.gz
libbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.tar.bz2
libbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.tar.xz
libbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.zip
I think I just changed whitespace...
Diffstat (limited to 'src/fbasicstring.h')
-rw-r--r--src/fbasicstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h
index 2f9dbc1..4907d61 100644
--- a/src/fbasicstring.h
+++ b/src/fbasicstring.h
@@ -1892,7 +1892,7 @@ namespace Bu
1892 flatten(); 1892 flatten();
1893 for( ; core->pFirst->nLength > 0 && core->pFirst->pData[core->pFirst->nLength-1] == c; core->pFirst->nLength--, core->nLength-- ) { } 1893 for( ; core->pFirst->nLength > 0 && core->pFirst->pData[core->pFirst->nLength-1] == c; core->pFirst->nLength--, core->nLength-- ) { }
1894 } 1894 }
1895 1895
1896 void format( const char *sFrmt, ...) 1896 void format( const char *sFrmt, ...)
1897 { 1897 {
1898 _hardCopy(); 1898 _hardCopy();