cvsuser     02/03/16 22:44:44

  Modified:    include/parrot encoding.h
  Log:
  Some last-minute re-indenting.
  
  Revision  Changes    Path
  1.12      +2 -3      parrot/include/parrot/encoding.h
  
  Index: encoding.h
  ===================================================================
  RCS file: /cvs/public/parrot/include/parrot/encoding.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -w -r1.11 -r1.12
  --- encoding.h        12 Mar 2002 11:34:10 -0000      1.11
  +++ encoding.h        17 Mar 2002 06:44:44 -0000      1.12
  @@ -1,7 +1,7 @@
   /* encoding.h
    *  Copyright: (When this is determined...it will go here)
    *  CVS Info
  - *     $Id: encoding.h,v 1.11 2002/03/12 11:34:10 simon Exp $
  + *     $Id: encoding.h,v 1.12 2002/03/17 06:44:44 josh Exp $
    *  Overview:
    *     This is the api header for the string encoding subsystem
    *  Data Structure and Algorithms:
  @@ -44,8 +44,7 @@
   
   #endif
   
  -const ENCODING *
  -encoding_lookup_index(INTVAL n);
  +const ENCODING *encoding_lookup_index(INTVAL n);
   
   #endif
   
  
  
  


Reply via email to