[Box Backup-commit] COMMIT r1392 - box/chris/merge/lib/raidfile
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 10 Mar 2007 16:59:30 +0000
Author: chris
Date: 2007-03-10 16:59:30 +0000 (Sat, 10 Mar 2007)
New Revision: 1392
Modified:
box/chris/merge/lib/raidfile/RaidFileRead.cpp
Log:
Code formatting (cosmetic) (refs #3, merges [1345])
Modified: box/chris/merge/lib/raidfile/RaidFileRead.cpp
===================================================================
--- box/chris/merge/lib/raidfile/RaidFileRead.cpp 2007-03-10 16:53:56 UTC (rev 1391)
+++ box/chris/merge/lib/raidfile/RaidFileRead.cpp 2007-03-10 16:59:30 UTC (rev 1392)
@@ -9,13 +9,14 @@
#include "Box.h"
-#include <sys/types.h>
-#include <unistd.h>
+#include <errno.h>
#include <fcntl.h>
-#include <errno.h>
-#include <sys/stat.h>
#include <stdarg.h>
+#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
@@ -41,7 +42,7 @@
#include "MemLeakFindOn.h"
#define READ_NUMBER_DISCS_REQUIRED 3
-#define READV_MAX_BLOCKS 64
+#define READV_MAX_BLOCKS 64
// We want to use POSIX fstat() for now, not the emulated one
#undef fstat