Changeset 25363


Ignore:
Timestamp:
08/09/20 19:41:26 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Hook.cpp

    r20810 r25363  
    222222Hook* Hook::Spawn(int* indices, int numindices){/*{{{*/
    223223
    224         /*output: */
    225         Hook* output=NULL;
    226 
    227         /*allocate: */
    228         output=new Hook();
     224        /*allocate output*/
     225        Hook* output=new Hook();
    229226
    230227        /*If this Hook is empty, simply return*/
Note: See TracChangeset for help on using the changeset viewer.