Revision: 7434
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7434&view=rev
Author:   vadz
Date:     2008-04-29 04:49:26 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
no changes, just removed some hard TABs

Modified Paths:
--------------
    trunk/M/src/modules/spam/DspamFilter.cpp

Modified: trunk/M/src/modules/spam/DspamFilter.cpp
===================================================================
--- trunk/M/src/modules/spam/DspamFilter.cpp    2008-04-28 13:06:08 UTC (rev 
7433)
+++ trunk/M/src/modules/spam/DspamFilter.cpp    2008-04-29 11:49:26 UTC (rev 
7434)
@@ -105,17 +105,17 @@
    operator DSPAM_CTX *() const { return m_ctx; }
    DSPAM_CTX *operator->() const { return m_ctx; }
 
-   // close the database connection     
-   static void CloseHashStorage()       
-   {    
-      if ( ms_hashMap )         
-      {         
-         _hash_drv_close(ms_hashMap);   
+   // close the database connection
+   static void CloseHashStorage()
+   {
+      if ( ms_hashMap )
+      {
+         _hash_drv_close(ms_hashMap);
          free(ms_hashMap);
-         ms_hashMap = NULL;     
+         ms_hashMap = NULL;
 
          _hash_drv_lock_free(&ms_hashLock, DSPAM_USER_NAME);
-      }         
+      }
    }
 
 private:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to