Changeset 878 for trunk

Show
Ignore:
Timestamp:
11/30/07 09:03:48 (13 months ago)
Author:
james
Message:

fix indent

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_spoonerism.tcl

    r662 r878  
    2222        } 
    2323 
    24   if {[regexp -nocase {^([^%/aeiou. ]+)([aeiuo][a-z]+) ([a-z]+ )?([^aeiou. ]*)([aeiuo][a-z]+)$} $text matches 1 2 3 4 5 6 7]} { 
     24        if {[regexp -nocase {^([^%/aeiou. ]+)([aeiuo][a-z]+) ([a-z]+ )?([^aeiou. ]*)([aeiuo][a-z]+)$} $text matches 1 2 3 4 5 6 7]} { 
    2525                if {![string equal -nocase "$4$2 $3$1$5" $text]} { 
    26         bMotionDoAction $channel $text "%VAR{spoonerisms}" "$4$2 $3$1$5" 
    27         return 1 
     26                        bMotionDoAction $channel $text "%VAR{spoonerisms}" "$4$2 $3$1$5" 
     27                        return 1 
    2828                } 
    29   } 
     29        } 
    3030} 
    3131