rbb         99/06/08 08:52:16

  Modified:    apr/test testfile.c testproc.c
  Log:
  Indentation change, trying to keep things looking like the style guide.  :)
  
  Revision  Changes    Path
  1.28      +1 -1      apache-apr/apr/test/testfile.c
  
  Index: testfile.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/test/testfile.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- testfile.c        1999/06/07 13:21:44     1.27
  +++ testfile.c        1999/06/08 15:52:14     1.28
  @@ -64,7 +64,7 @@
   int test_filedel(ap_context_t *);
   int testdirs(ap_context_t *);
   
  -void main()
  +int main()
   {
       ap_context_t *context;
       ap_file_t *thefile = NULL;
  
  
  
  1.11      +1 -1      apache-apr/apr/test/testproc.c
  
  Index: testproc.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/test/testproc.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- testproc.c        1999/06/08 15:35:25     1.10
  +++ testproc.c        1999/06/08 15:52:14     1.11
  @@ -84,7 +84,7 @@
       teststr = ap_pstrdup(context, "Whooo Hoooo\0");
   
       if (argc > 1) {
  -             fprintf(stdout, "%s", teststr);
  +     fprintf(stdout, "%s", teststr);
           exit(1);
       }
       fprintf(stdout, "Creating procattr.......");
  
  
  

Reply via email to