You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2016/04/05 16:35:39 UTC

svn commit: r1737844 - /incubator/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h

Author: tschoening
Date: Tue Apr  5 14:35:39 2016
New Revision: 1737844

URL: http://svn.apache.org/viewvc?rev=1737844&view=rev
Log:
code style

Modified:
    incubator/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h

Modified: incubator/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h?rev=1737844&r1=1737843&r2=1737844&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h (original)
+++ incubator/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h Tue Apr  5 14:35:39 2016
@@ -135,9 +135,6 @@ namespace log4cxx {
          * <code> TimeBasedRollingPolicy</code> must be called <em>before</em> calling
          * the {@link #activateOptions} method of the owning
          * <code>RollingFileAppender</code>.
-         *
-         * 
-         * 
          */
         class LOG4CXX_EXPORT TimeBasedRollingPolicy : public RollingPolicyBase,
              public TriggeringPolicy {
@@ -168,14 +165,14 @@ namespace log4cxx {
          * pool for mmap handler
          * */
         log4cxx::helpers::Pool* _mmapPool;
-        
+
         /**
          * mmap file descriptor
          */
         apr_file_t* _file_map;
 
         /**
-         * mmap file name 
+         * mmap file name
          */
         std::string _mapFileName;
 
@@ -183,6 +180,7 @@ namespace log4cxx {
          * lock file handle
          * */
         apr_file_t* _lock_file;
+
         /**
          * Check nextCheck if it has already been set
          * Timebased rolling policy has an issue when working at low rps.