Changeset 1c60034d in OpenModelica


Ignore:
Timestamp:
2014-09-01T11:26:03+02:00 (10 years ago)
Author:
OpenModelica Hudson <openmodelica@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
a66c486e
Parents:
f4c5d09d
Message:

[Janitor mode] Fix whitespace

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/FrontEnd/InstVar.mo

    rf4c5d09d r1c60034d  
    12651265        eqModOption = eqmod), _, _, _, _)
    12661266      equation
    1267         List.map4_0(submods, checkArraySubModDimSize, inDimension, inPrefix, inIdent, inInfo); 
     1267        List.map4_0(submods, checkArraySubModDimSize, inDimension, inPrefix, inIdent, inInfo);
    12681268      then
    12691269        ();
     
    13391339  end matchcontinue;
    13401340end checkArrayModBindingDimSize;
    1341          
    1342 
    1343  
     1341
     1342
     1343
    13441344protected function instArray2
    13451345"When an array is instantiated by instVar, this function is used
Note: See TracChangeset for help on using the changeset viewer.