aboutsummaryrefslogtreecommitdiff
path: root/src/stable/sio.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-05 22:41:51 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-05 22:41:51 +0000
commitec05778d5718a7912e506764d443a78d6a6179e3 (patch)
tree78a9a01532180030c095acefc45763f07c14edb8 /src/stable/sio.h
parentb20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff)
downloadlibbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz
libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2
libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz
libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip
Converted tabs to spaces with tabconv.
Diffstat (limited to 'src/stable/sio.h')
-rw-r--r--src/stable/sio.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/stable/sio.h b/src/stable/sio.h
index 2d4a104..ddaea1b 100644
--- a/src/stable/sio.h
+++ b/src/stable/sio.h
@@ -12,18 +12,18 @@
12 12
13namespace Bu 13namespace Bu
14{ 14{
15 class StreamStack; 15 class StreamStack;
16 16
17 extern Bu::StreamStack sioRaw; 17 extern Bu::StreamStack sioRaw;
18 extern Bu::Formatter sio; 18 extern Bu::Formatter sio;
19 extern Bu::StreamStack serrRaw; 19 extern Bu::StreamStack serrRaw;
20 extern Bu::Formatter serr; 20 extern Bu::Formatter serr;
21 21
22 Bu::String::FormatProxy print( Bu::Stream &s, const Bu::String &str ); 22 Bu::String::FormatProxy print( Bu::Stream &s, const Bu::String &str );
23 Bu::String::FormatProxy print( const Bu::String &str ); 23 Bu::String::FormatProxy print( const Bu::String &str );
24 24
25 Bu::String::FormatProxy println( Bu::Stream &s, const Bu::String &str ); 25 Bu::String::FormatProxy println( Bu::Stream &s, const Bu::String &str );
26 Bu::String::FormatProxy println( const Bu::String &str ); 26 Bu::String::FormatProxy println( const Bu::String &str );
27}; 27};
28 28
29#endif 29#endif