Changeset 1376:0c27d6fe47b2


Ignore:
Timestamp:
10/20/09 22:54:46 (2 years ago)
Author:
niam
Branch:
default
Message:

uncrustify cfg: ident with spaces

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configuration/uncrustify/uncrustify.cfg

    r1295 r1376  
    11# 
    22 
    3 indent_with_tabs        = 2 
     3indent_with_tabs        = 0 
    44 
    55input_tab_size          = 4             # original tab size 
  • trunk/src/pcExecutionProcess.cc

    r1374 r1376  
    108108                                void             *data, 
    109109                                void             *toInit) 
    110 try     : job(), 
     110try : job(), 
    111111                  handle(NULL) { 
    112112        handle = new __process__; 
Note: See TracChangeset for help on using the changeset viewer.