IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25879


Ignore:
Timestamp:
Oct 18, 2009, 10:46:06 AM (17 years ago)
Author:
eugene
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r25754 r25879  
    709709            if (cells->n == 0) {
    710710                // Nothing to do
    711                 psFree (cells);
     711                psFree(cells);
    712712                return true;
    713713            }
    714            
    715             bool status = generateHDU(hdu, cells);
    716             psFree (cells);
    717             return status;
     714            bool status = generateHDU(hdu, cells);
     715            psFree(cells);
     716            return status;
    718717        }
    719718    default:
Note: See TracChangeset for help on using the changeset viewer.