Changeset 827


Ignore:
Timestamp:
11/25/18 20:49:30 (5 years ago)
Author:
Maciej Komosinski
Message:

Fixed misleading indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp

    r791 r827  
    100100                        if ((str.charAt(pos) == ':') && (conditional))
    101101                        {
    102                         sNr++; conditional = false;
     102                                sNr++; conditional = false;
    103103                        }
    104104                        else if ((str.charAt(pos) == '/') && (!conditional))
     
    108108                        else
    109109                                return -4; //error - illegal character
    110                         pos++;
     110                pos++;
    111111        }
    112112        if ((dNr != sNr) || (dNr != rulesNr))
Note: See TracChangeset for help on using the changeset viewer.