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

refdoc at crosswire.org refdoc at crosswire.org
Sun Mar 22 09:42:08 MST 2015


Author: refdoc
Date: 2015-03-22 09:42:08 -0700 (Sun, 22 Mar 2015)
New Revision: 3356

Modified:
   trunk/src/modules/filters/thmllatex.cpp
Log:
corrected indentation


Modified: trunk/src/modules/filters/thmllatex.cpp
===================================================================
--- trunk/src/modules/filters/thmllatex.cpp	2015-03-21 15:29:26 UTC (rev 3355)
+++ trunk/src/modules/filters/thmllatex.cpp	2015-03-22 16:42:08 UTC (rev 3356)
@@ -249,7 +249,7 @@
 					}
 					u->suspendTextPassThru = true;
 					if (u->module) {
-                                                        buf += u->module->renderText(footnoteBody).c_str();
+                                                buf += u->module->renderText(footnoteBody).c_str();
                                                 }
 				}
 			}
@@ -385,7 +385,7 @@
 		}
 		else if (tag.getName() && (!strcmp(tag.getName(), "i"))){
 		        if (!tag.isEndTag()) {
-		                buf += "\\emph{";
+                                buf += "\\emph{";
                         }
                         else { buf += "}"; }
                 }




More information about the sword-cvs mailing list