Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesCylindricalFormula.cc

    r341014c rc1ce3fe  
    1616 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1717 */
     18
    1819
    1920#include "classes/DelphesCylindricalFormula.h"
     
    5354  for(it = expression; *it; ++it)
    5455  {
    55     if(*it == ' ' || *it == '\t' || *it == '\r' || *it == '\n' || *it == '\\') continue;
     56    if(*it == ' ' || *it == '\t' || *it == '\r' || *it == '\n' || *it == '\\' ) continue;
    5657    buffer.Append(*it);
    5758  }
Note: See TracChangeset for help on using the changeset viewer.