Ignore:
Timestamp:
Jun 5, 2015, 10:05:30 AM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/deviceEditor.tcl

    r5330 r5659  
    1 # -*- mode: tcl; indent-tabs-mode: nil -*- 
     1# -*- mode: tcl; indent-tabs-mode: nil -*-
    22# ----------------------------------------------------------------------
    33#  COMPONENT: deviceEditor - general-purpose device editor
     
    2525    constructor {owner args} {
    2626        Rappture::ControlOwner::constructor $owner
    27     } { 
    28         # defined below 
     27    } {
     28        # defined below
    2929    }
    3030    public method value {args}
    3131    public method download {option args}
    32     public method add {dataobj {settings ""}} 
     32    public method add {dataobj {settings ""}}
    3333    public method delete {args}
    34     public method parameters {title args} { 
    35         # do nothing 
     34    public method parameters {title args} {
     35        # do nothing
    3636    }
    3737    public method snap {w h}
     
    5252    }
    5353}
    54                                                                                
     54
    5555itk::usual DeviceEditor {
    5656}
Note: See TracChangeset for help on using the changeset viewer.