Ignore:
Timestamp:
10/01/14 12:16:07 (10 years ago)
Author:
sdipsl
Message:

cosmetics (white space clean-up)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_card/libIGCM_card.ksh

    r931 r1077  
    1414#================================================== 
    1515# The documentation of this file can be automatically generated 
    16 # if you use the prefix #D- for comments to be extracted.  
     16# if you use the prefix #D- for comments to be extracted. 
    1717# Extract with command: cat lib* | grep "^#D-" | cut -c "4-" 
    1818#================================================== 
    19   
     19 
    2020#D-#================================================================== 
    2121#D-libIGCM_card 
     
    2929#D-Option2= "Hello Mars" 
    3030#D- 
    31 #D-# My comments  
     31#D-# My comments 
    3232#D-[Recipes] 
    33 #D-Cake= "file1.doc"  
    34 #D-Starter= "file2.doc"  
     33#D-Cake= "file1.doc" 
     34#D-Starter= "file2.doc" 
    3535#D- 
    3636#D-[ColorValues] 
    3737#D-Red= 120 
    38 #D-Blue= 230  
    39 #D-Green= 178  
     38#D-Blue= 230 
     39#D-Green= 178 
    4040#D- 
    4141#D-[Couples] 
     
    211211      \rm ${tmpfile} 
    212212 
    213       # The tmpfile uses now the real path of the card to be modified,  
     213      # The tmpfile uses now the real path of the card to be modified, 
    214214      # not just a local tmpfile with PID. 
    215215      tmpfile=$1_mutex_$$ 
     
    241241    set +A tmpfiles -- $( ls $1_mutex_[0-9]* 2>/dev/null ) 
    242242    ((isleep=0)) 
    243     while [ ${#tmpfiles[@]} -gt 0 ] ; do  
     243    while [ ${#tmpfiles[@]} -gt 0 ] ; do 
    244244      echo "Conflict between two processes working on " $1 "!!!" ${tmpfiles[@]} 
    245245      sleep 1 
     
    294294function IGCM_card_Check 
    295295{ 
    296     IGCM_debug_PushStack "IGCM_card_Check"  
     296    IGCM_debug_PushStack "IGCM_card_Check" 
    297297#--------------------- 
    298298    if [ ! -n "${libIGCM}" ] ; then 
     
    314314    sleep 2 
    315315 
    316     if diff /tmp/IGCM_card_Test.$$.ref.failed ${libIGCM}/libIGCM_card/IGCM_card_Test.ref > /dev/null 2>&1 ; then  
     316    if diff /tmp/IGCM_card_Test.$$.ref.failed ${libIGCM}/libIGCM_card/IGCM_card_Test.ref > /dev/null 2>&1 ; then 
    317317      echo "Check libIGCM_card ...............................................[ OK ]" 
    318318      rm -f /tmp/IGCM_card_Test.$$.ref.failed 
    319     else  
     319    else 
    320320      echo "Check libIGCM_card ...........................................[ FAILED ]" 
    321321      echo "--Error--> Execution of ${libIGCM}/libIGCM_card/IGCM_card_Test.ksh" 
     
    329329 
    330330#--------------------- 
    331     IGCM_debug_PopStack "IGCM_card_Check"  
    332 } 
     331    IGCM_debug_PopStack "IGCM_card_Check" 
     332} 
Note: See TracChangeset for help on using the changeset viewer.