Changeset 2467 for neercs/trunk/src


Ignore:
Timestamp:
Jun 20, 2008, 2:55:42 PM (15 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Re-indented properly (not touched to grab.c, although it'd be quite fun)
Location:
neercs/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/effects.c

    r2457 r2467  
    318318
    319319    ret = gethostname(buffer, sizeof(buffer)-1);
    320     if (ret) {
     320    if (ret)
     321    {
    321322        perror("failed to look up hostname");
    322323        ret = pam_end(pamh, PAM_ABORT);
  • neercs/trunk/src/screens.c

    r2455 r2467  
    342342            }
    343343
    344             if(nr == 0 || errno != EWOULDBLOCK) {
    345 
     344            if(nr == 0 || errno != EWOULDBLOCK)
     345            {
    346346                remove_screen(screen_list, i, 0);
    347347                if(i < screen_list->prevpty) screen_list->prevpty--;
Note: See TracChangeset for help on using the changeset viewer.