[commit] r1967 - trunk/GME/Mga

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jul 17 16:13:06 CDT 2012


Author: ksmyth
Date: Tue Jul 17 16:13:06 2012
New Revision: 1967

Log:
Newline for debugging

Modified:
   trunk/GME/Mga/MgaProject.cpp

Modified: trunk/GME/Mga/MgaProject.cpp
==============================================================================
--- trunk/GME/Mga/MgaProject.cpp	Thu Jul 12 12:26:19 2012	(r1966)
+++ trunk/GME/Mga/MgaProject.cpp	Tue Jul 17 16:13:06 2012	(r1967)
@@ -1294,7 +1294,8 @@
 {
 	COMTRY {
 		CComPtr<IMgaTerritory> ttemp;
-		if(baseterr) COMTHROW(E_MGA_ALREADY_IN_TRANSACTION);
+		if(baseterr)
+			COMTHROW(E_MGA_ALREADY_IN_TRANSACTION);
 		if(!ter) {
 			COMTHROW(CreateTerritory(NULL,&ttemp));
 			ter = ttemp;


More information about the gme-commit mailing list