]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - zlib/contrib/iostream2/zstream_test.cpp
Imported gcc-4.4.3
[msp430-gcc.git] / zlib / contrib / iostream2 / zstream_test.cpp
index 5bbd56c3ad812cdb14cdc386133e509e116f454b..6273f62d62a8fa280edcfb798a013e0a0ae84534 100644 (file)
@@ -4,9 +4,9 @@
 #include <iomanip.h>
 
 void main() {
-       char h[256] = "Hello";
-       char* g = "Goodbye";
-       ozstream out("temp.gz");
+    char h[256] = "Hello";
+    char* g = "Goodbye";
+    ozstream out("temp.gz");
     out < "This works well" < h < g;
     out.close();