Changeset 975


Ignore:
Timestamp:
Feb 23, 2008, 7:29:18 PM (18 years ago)
Author:
John Small
Message:

Changed cod eto conform to coding style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.c

    r968 r975  
    218218    switch (ulInfoLevel) {
    219219      case FIL_STANDARD:
    220         if (crosses)
    221         {
     220        if (crosses) {
    222221          fs3 = *(PFILESTATUS3)pInfoBuf;        // Copy to buffer that does not cross 64K boundary
    223222          rc = DosSetPathInfo(pszPathName, ulInfoLevel, &fs3, cbInfoBuf, flOptions);
    224223        }
    225224        else
    226         {
    227225          rc = DosSetPathInfo(pszPathName, ulInfoLevel, pInfoBuf, cbInfoBuf, flOptions);
    228         }
    229226        break;
    230227
Note: See TracChangeset for help on using the changeset viewer.