[Box Backup-dev] COMMIT r240 - box/chris/boxi/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Dec 15 12:46:29 GMT 2005


Author: chris
Date: 2005-12-15 12:46:25 +0000 (Thu, 15 Dec 2005)
New Revision: 240

Modified:
   box/chris/boxi/bin/bbstored/BackupCommands.cpp
Log:
* BackupCommands.cpp
- Fixed brace style


Modified: box/chris/boxi/bin/bbstored/BackupCommands.cpp
===================================================================
--- box/chris/boxi/bin/bbstored/BackupCommands.cpp	2005-12-15 00:50:03 UTC (rev 239)
+++ box/chris/boxi/bin/bbstored/BackupCommands.cpp	2005-12-15 12:46:25 UTC (rev 240)
@@ -157,7 +157,8 @@
 	CHECK_PHASE(Phase_Commands)
 
 	// Ask the context for a directory
-	try {
+	try 
+	{
 		const BackupStoreDirectory &rdir(
 			rContext.GetDirectory(mObjectID));
 	
@@ -174,7 +175,9 @@
 
 		return std::auto_ptr<ProtocolObject>(
 			new BackupProtocolServerSuccess(mObjectID));
-	} catch (RaidFileException &e) {
+	} 
+	catch(RaidFileException &e) 
+	{
 		return std::auto_ptr<ProtocolObject>(
 			new BackupProtocolServerError(
 				BackupProtocolServerError::ErrorType, 




More information about the Boxbackup-dev mailing list