Changeset 1706 for trunk/bindings


Ignore:
Timestamp:
22/10/11 22:26:24 (7 months ago)
Author:
Paul Kienzle
Message:

Pretty python indents. Refs #255.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs/napi.py

    r1660 r1706  
    996996        #print "slab",offset,size,data 
    997997        status = nxlib.nxiputslab64_(self.handle,pdata, 
    998                                       slab_offset.ctypes.data_as(c_int64_p), 
    999                                       slab_shape.ctypes.data_as(c_int64_p)) 
     998                                     slab_offset.ctypes.data_as(c_int64_p), 
     999                                     slab_shape.ctypes.data_as(c_int64_p)) 
    10001000        if status == ERROR: 
    10011001            raise ValueError, "Could not write slab: %s"%(self._loc()) 
Note: See TracChangeset for help on using the changeset viewer.