Changeset 10035 for trunk/Cosy/main


Ignore:
Timestamp:
10/22/10 11:19:24 (14 years ago)
Author:
tbretz
Message:
Fixed indention.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/main/MCosy.cc

    r10033 r10035  
    879879    }
    880880
    881      if (HasError())
    882          SetStatus(MDriveCom::kError);
    883  
    884      gLog.UpdateGui();
    885  
     881    if (HasError())
     882        SetStatus(MDriveCom::kError);
     883
     884    gLog.UpdateGui();
    886885
    887886    const TString stataz = fMac1 ? fMac1->GetStatusDKC() : "";
Note: See TracChangeset for help on using the changeset viewer.