Changeset 6397 for pymolproxy


Ignore:
Timestamp:
Jun 16, 2016 7:46:59 PM (8 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/branches/1.0/pymolproxy.c

    r6396 r6397  
    24442444        sprintf(fileName, "/tmp/pymolproxy%d.py", getpid());
    24452445        frecord = fopen(fileName, "w");
    2446     }   
     2446    }
    24472447    sprintf(version, "PymolProxy %s (build %s)\n", PYMOLPROXY_VERSION, SVN_VERSION);
    24482448    numBytes = strlen(version);
Note: See TracChangeset for help on using the changeset viewer.