Index: /trunk/cgi-bin/ljprotocol.pl
===================================================================
--- /trunk/cgi-bin/ljprotocol.pl (revision 913)
+++ /trunk/cgi-bin/ljprotocol.pl (revision 918)
@@ -229,9 +229,9 @@
     if ($req->{'includegroups'}) {
         $res->{'friendgroups'} = list_friendgroups($dbs, $u);
-	if ($req->{'ver'} >= 1) {
-	    foreach (@{$res->{'friendgroups'}}) {
-		LJ::text_out(\$_->{'name'});
-	      }
-	}
+        if ($req->{'ver'} >= 1) {
+            foreach (@{$res->{'friendgroups'}}) {
+                LJ::text_out(\$_->{'name'});
+            }
+        }
     }
     if ($req->{'includefriendof'}) {
