From: Eli Zaretskii Date: Sat, 3 Jul 2010 15:15:30 +0000 (+0300) Subject: ebrowse.c (check_namespace): Fix indentation. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c027a2427524def8a03ee4ad3e48fefa352a9b0;p=emacs.git ebrowse.c (check_namespace): Fix indentation. --- diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 37b48a3349a..6f846637abd 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -1062,10 +1062,10 @@ check_namespace (char *name, struct sym *context) { if (streq (p->name, name) && (p->namesp == context)) break; - } + } return p; - } +} /* Find the symbol for namespace NAME. If not found, add a new symbol for NAME to all_namespaces. */