PennMUSH Community

Changeset 1276

Show
Ignore:
Timestamp:
09/23/08 12:40:45 (2 months ago)
Author:
shawnw
Message:

Ran make indent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/src/access.c

    r1275 r1276  
    683683                    "%3d SITE: %-20s  DBREF: %-6s FLAGS:%s", rulenum, 
    684684                    ap->host, unparse_dbref(ap->who), flaglist); 
    685       notify_format(player, " COMMENT: %s", ap->comment ? comment : ""); 
     685      notify_format(player, " COMMENT: %s", ap->comment ? ap->comment : ""); 
    686686    } else { 
    687687      notify(player, 
  • 1.8.3/branches/devel/src/chunk.c

    r1274 r1276  
    12621262    mush_panicf("chunk swap file seek, errno %d: %s", errno, strerror(errno)); 
    12631263#endif 
    1264 #endif /* !HAVE_PREAD */ 
     1264#endif                          /* !HAVE_PREAD */ 
    12651265  pos = (char *) rhp; 
    12661266  remaining = REGION_SIZE; 
     
    13031303  int j; 
    13041304  char *pos; 
    1305   size_t remaining;  
     1305  size_t remaining; 
    13061306  ssize_t done; 
    13071307 
     
    13241324    mush_panicf("chunk swap file seek, errno %d: %s", errno, strerror(errno)); 
    13251325#endif 
    1326 #endif /* !HAVE_PWRITE */ 
     1326#endif                          /* !HAVE_PWRITE */ 
    13271327  pos = (char *) rhp; 
    13281328  remaining = REGION_SIZE; 
     
    13331333     reason. */ 
    13341334  for (j = 0; j < 10; j++) { 
    1335      
     1335 
    13361336#if defined(HAVE_PWRITE) 
    13371337    done = pwrite(fd, pos, remaining, file_offset); 
  • 1.8.3/branches/devel/src/fundb.c

    r1267 r1276  
    3838                        char const *pattern, ATTR *atr, void *args); 
    3939static dbref 
     40 
     41 
    4042 
    4143 
  • 1.8.3/branches/devel/src/pcre.c

    r1267 r1276  
    12551255 
    12561256 
     1257 
     1258 
    12571259pcre_get_substring_list(const char *subject, int *ovector, int stringcount, 
    12581260                        const char ***listptr); 
     
    13391341 
    13401342int 
     1343 
     1344 
    13411345 
    13421346 
     
    13921396 
    13931397int 
     1398 
     1399 
    13941400 
    13951401 
     
    22772283 
    22782284 
     2285 
     2286 
    22792287compile_regex(int, int, int *, uschar **, const uschar **, int *, BOOL, int, 
    22802288              int *, int *, branch_chain *, compile_data *); 
  • 1.8.3/branches/devel/src/ssl_slave.c

    r1267 r1276  
    216216 
    217217static int 
     218 
     219 
    218220 
    219221