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

refdoc at crosswire.org refdoc at crosswire.org
Sun Mar 22 11:09:07 MST 2015


Author: refdoc
Date: 2015-03-22 11:09:07 -0700 (Sun, 22 Mar 2015)
New Revision: 3358

Modified:
   trunk/src/modules/filters/thmllatex.cpp
Log:
more style corrections


Modified: trunk/src/modules/filters/thmllatex.cpp
===================================================================
--- trunk/src/modules/filters/thmllatex.cpp	2015-03-22 16:44:21 UTC (rev 3357)
+++ trunk/src/modules/filters/thmllatex.cpp	2015-03-22 18:09:07 UTC (rev 3358)
@@ -181,12 +181,12 @@
 		if (tag.getName() && !strcmp(tag.getName(), "sync")) {
 			SWBuf value = tag.getAttribute("value");
 			if (tag.getAttribute("type") && !strcmp(tag.getAttribute("type"), "morph")) { //>
-				if(value.length())
+				if (value.length())
 					buf.appendFormatted("\\swordmorph[Greek]{%s}", 
 						value.c_str());
 			}
 			else if (tag.getAttribute("type") && !strcmp(tag.getAttribute("type"), "lemma")) { //>
-				if(value.length())
+				if (value.length())
 					// empty "type=" is deliberate.
 					buf.appendFormatted("\\swordmorph[lemma]{%s}", 
 						value.c_str());




More information about the sword-cvs mailing list