[sword-svn] r3126 - trunk/include

chrislit at crosswire.org chrislit at crosswire.org
Fri Mar 14 04:59:36 MST 2014


Author: chrislit
Date: 2014-03-14 04:59:36 -0700 (Fri, 14 Mar 2014)
New Revision: 3126

Modified:
   trunk/include/ztext.h
Log:
spacing cleanup (mostly spaces to tab)


Modified: trunk/include/ztext.h
===================================================================
--- trunk/include/ztext.h	2014-03-14 11:31:58 UTC (rev 3125)
+++ trunk/include/ztext.h	2014-03-14 11:59:36 UTC (rev 3126)
@@ -49,9 +49,7 @@
 	bool sameBlock(VerseKey * lastWriteKey, VerseKey * key);
 	int blockType;
 
-
 public:
-    
 	zText(const char *ipath, const char *iname = 0, const char *idesc = 0,
 			int blockType = CHAPTERBLOCKS, SWCompress *icomp = 0,
 			SWDisplay *idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN,
@@ -65,16 +63,16 @@
 	virtual void increment(int steps = 1);
 	virtual void decrement(int steps = 1) { increment(-steps); }
 
-  // write interface ----------------------------
+	// write interface ----------------------------
 	virtual bool isWritable() const;
 	static char createModule(const char *path, int blockBound, const char *v11n = "KJV") {
 		return zVerse::createModule(path, blockBound, v11n);
 	}
 
-     virtual void setEntry(const char *inbuf, long len = -1);	// Modify current module entry
-     virtual void linkEntry(const SWKey *linkKey);	// Link current module entry to other module entry
+	virtual void setEntry(const char *inbuf, long len = -1);	// Modify current module entry
+	virtual void linkEntry(const SWKey *linkKey);	// Link current module entry to other module entry
 	virtual void deleteEntry();	// Delete current module entry
-  // end write interface ------------------------
+	// end write interface ------------------------
   
 	virtual void rawZFilter(SWBuf &buf, char direction = 0) const { rawFilter(buf, (SWKey *)(long)direction); }// hack, use key as direction for enciphering
 
@@ -86,7 +84,6 @@
 	virtual bool hasEntry(const SWKey *k) const;
 	
 	SWMODULE_OPERATORS
-
 };
 
 SWORD_NAMESPACE_END




More information about the sword-cvs mailing list