[sword-svn] r2689 - trunk/src/modules/filters

scribe at crosswire.org scribe at crosswire.org
Sun Mar 4 19:49:22 MST 2012


Author: scribe
Date: 2012-03-04 19:49:22 -0700 (Sun, 04 Mar 2012)
New Revision: 2689

Modified:
   trunk/src/modules/filters/osisheadings.cpp
Log:
changed some whitespace


Modified: trunk/src/modules/filters/osisheadings.cpp
===================================================================
--- trunk/src/modules/filters/osisheadings.cpp	2012-03-05 02:02:10 UTC (rev 2688)
+++ trunk/src/modules/filters/osisheadings.cpp	2012-03-05 02:49:22 UTC (rev 2689)
@@ -114,7 +114,7 @@
 	}
 
 	// are we a title or a preverse div?
-	else if (	    name == "title"
+	else if (   name == "title"
 		|| (name == "div"
 			&& ( SWBuf("x-preverse") == tag.getAttribute("subType")
 			  || SWBuf("x-preverse") == tag.getAttribute("subtype")))) {




More information about the sword-cvs mailing list