You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/02/11 04:06:59 UTC

cvs commit: xml-xerces/c/src/util/Transcoders/Iconv400 Iconv400TransService.cpp

rahulj      00/02/10 19:06:59

  Modified:    c/src/util/Transcoders/Iconv400 Iconv400TransService.cpp
  Log:
  Cosmetic changes. Replaced tabs with appropriate number of spaces.
  
  Revision  Changes    Path
  1.2       +8 -6      xml-xerces/c/src/util/Transcoders/Iconv400/Iconv400TransService.cpp
  
  Index: Iconv400TransService.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Transcoders/Iconv400/Iconv400TransService.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Iconv400TransService.cpp	2000/02/10 18:08:28	1.1
  +++ Iconv400TransService.cpp	2000/02/11 03:06:58	1.2
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: Iconv400TransService.cpp,v $
  + * Revision 1.2  2000/02/11 03:06:58  rahulj
  + * Cosmetic changes. Replaced tabs with appropriate number of spaces.
  + *
    * Revision 1.1  2000/02/10 18:08:28  abagchi
    * Initial checkin
    *
  @@ -108,12 +111,11 @@
   //  Iconv400TransService: The virtual transcoding service API
   // ---------------------------------------------------------------------------
   int Iconv400TransService::compareIString(const   XMLCh* const    comp1
  -                                    , const XMLCh* const    comp2)
  +                                         , const XMLCh* const    comp2)
   {
       const XMLCh* psz1 = comp1;
       const XMLCh* psz2 = comp2;    
   
  -    unsigned int curCount = 0;
       while (true)
       {
                          
  @@ -133,8 +135,8 @@
   
   
   int Iconv400TransService::compareNIString(const  XMLCh* const    comp1
  -                                    , const XMLCh* const    comp2
  -                                    , const unsigned int    maxChars)
  +                                          , const XMLCh* const    comp2
  +                                          , const unsigned int    maxChars)
   {
       const XMLCh* psz1 = comp1;
       const XMLCh* psz2 = comp2;
  @@ -143,7 +145,7 @@
       unsigned int curCount = 0;
       while (true)
       {
  -// If an inequality, then return the difference
  +        // If an inequality, then return the difference
     
   
           // If an inequality, then return difference