Ignore:
Timestamp:
Jul 23, 2009, 12:32:48 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
f39735
Parents:
307290
Message:

Fix indentation from tabs to two spaces to prepare merging with MultipleMolecules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/helpers.cpp

    r307290 r560995  
    7373  void *buffer = NULL;
    7474  if (OldPointer == NULL)
    75         //cout << Verbose(0) << "ReAlloc impossible - old is NULL: " << output << endl;
     75    //cout << Verbose(0) << "ReAlloc impossible - old is NULL: " << output << endl;
    7676    buffer = (void *)malloc(size); // malloc
    7777  else
Note: See TracChangeset for help on using the changeset viewer.