[sword-svn] r2415 - trunk/src/modules/filters
chrislit at crosswire.org
chrislit at crosswire.org
Fri May 15 14:37:16 MST 2009
Author: chrislit
Date: 2009-05-15 14:37:16 -0700 (Fri, 15 May 2009)
New Revision: 2415
Modified:
trunk/src/modules/filters/osisrtf.cpp
Log:
minor spacing cleanup
Modified: trunk/src/modules/filters/osisrtf.cpp
===================================================================
--- trunk/src/modules/filters/osisrtf.cpp 2009-05-15 03:02:46 UTC (rev 2414)
+++ trunk/src/modules/filters/osisrtf.cpp 2009-05-15 21:37:16 UTC (rev 2415)
@@ -239,8 +239,8 @@
if (!tag.isEmpty()) {
SWBuf type = tag.getAttribute("type");
- if ( (type != "x-strongsMarkup") // leave strong's markup notes out, in the future we'll probably have different option filters to turn different note types on or off
- && (type != "strongsMarkup") // deprecated
+ if ((type != "x-strongsMarkup") // leave strong's markup notes out, in the future we'll probably have different option filters to turn different note types on or off
+ && (type != "strongsMarkup") // deprecated
) {
SWBuf footnoteNumber = tag.getAttribute("swordFootnote");
VerseKey *vkey = NULL;
More information about the sword-cvs
mailing list