Ignore:
Timestamp:
09/09/16 15:21:47 (8 years ago)
Author:
Maciej Komosinski
Message:

Code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.cpp

    r610 r611  
    997997                                else
    998998                                { // abs.positioning -> calc. delta
    999                                         if (check!=EDITING_CHECK)
     999                                        if (check != EDITING_CHECK)
    10001000                                        {
    10011001                                                // calc orient delta
     
    10121012                                        }
    10131013                                }
    1014                                 if (check!=LIVE_CHECK)
     1014                                if (check != LIVE_CHECK)
    10151015                                {
    10161016                                        if (j->shape != Joint::SHAPE_FIXED)
Note: See TracChangeset for help on using the changeset viewer.