From ec05778d5718a7912e506764d443a78d6a6179e3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Nov 2012 22:41:51 +0000 Subject: Converted tabs to spaces with tabconv. --- src/tests/bigmyriad.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/tests/bigmyriad.cpp') diff --git a/src/tests/bigmyriad.cpp b/src/tests/bigmyriad.cpp index 6661bf1..9af301c 100644 --- a/src/tests/bigmyriad.cpp +++ b/src/tests/bigmyriad.cpp @@ -4,22 +4,22 @@ int main() { - Bu::File f("big.myr", Bu::File::Read|Bu::File::Write|Bu::File::Create ); - Bu::Myriad m( f, 2048 ); + Bu::File f("big.myr", Bu::File::Read|Bu::File::Write|Bu::File::Create ); + Bu::Myriad m( f, 2048 ); - char *buf = new char[1024*1024*10]; - memset( buf, 0, 1024*1024*10 ); + char *buf = new char[1024*1024*10]; + memset( buf, 0, 1024*1024*10 ); - for( int j = 0; j < 250; j++ ) - { - m.openStream( m.createStream() ).write( buf, 1024*1024*10 ); -// m.sync(); - printf("\r%03d%%", (j+1)*100/250 ); - fflush( stdout ); - } + for( int j = 0; j < 250; j++ ) + { + m.openStream( m.createStream() ).write( buf, 1024*1024*10 ); +// m.sync(); + printf("\r%03d%%", (j+1)*100/250 ); + fflush( stdout ); + } - printf("\n\n"); + printf("\n\n"); - return 0; + return 0; } -- cgit v1.2.3