Show
Ignore:
Timestamp:
03/16/02 23:26:13 (11 years ago)
Author:
bradfitz
Message:

dear avva,

remember the no-tabs policy you were so excited about me starting to obey?
please don't send me patches with tabs in them.

(setq-default show-trailing-whitespace t)
(setq-default default-indicate-empty-lines t)
(setq-default indent-tabs-mode nil)
(set-variable 'default-indicate-empty-lines t)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ljprotocol.pl

    r913 r918  
    229229    if ($req->{'includegroups'}) { 
    230230        $res->{'friendgroups'} = list_friendgroups($dbs, $u); 
    231         if ($req->{'ver'} >= 1) { 
    232             foreach (@{$res->{'friendgroups'}}) { 
    233                 LJ::text_out(\$_->{'name'}); 
    234               } 
    235         } 
     231        if ($req->{'ver'} >= 1) { 
     232            foreach (@{$res->{'friendgroups'}}) { 
     233                LJ::text_out(\$_->{'name'}); 
     234            } 
     235        } 
    236236    } 
    237237    if ($req->{'includefriendof'}) {