You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2004/11/15 21:40:03 UTC

cvs commit: logging-log4net/src/Util PatternConverter.cs

nicko       2004/11/15 12:40:03

  Modified:    src/Util PatternConverter.cs
  Log:
  Made the SPACES array private
  
  Revision  Changes    Path
  1.5       +3 -3      logging-log4net/src/Util/PatternConverter.cs
  
  Index: PatternConverter.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Util/PatternConverter.cs,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PatternConverter.cs	9 Sep 2004 18:58:32 -0000	1.4
  +++ PatternConverter.cs	15 Nov 2004 20:40:03 -0000	1.5
  @@ -160,9 +160,9 @@
   			}
   		}	
   
  -		static readonly string[] SPACES = {	" ", "  ", "    ", "        ",			// 1,2,4,8 spaces
  -											"                ",						// 16 spaces
  -											"                                " };	// 32 spaces
  +		private static readonly string[] SPACES = {	" ", "  ", "    ", "        ",			// 1,2,4,8 spaces
  +													"                ",						// 16 spaces
  +													"                                " };	// 32 spaces
   
   		/// <summary>
   		/// Fast space padding method.