Mercurial > emacs
changeset 109122:373163855d38
ebrowse.c (check_namespace): Fix indentation.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 03 Jul 2010 18:15:30 +0300 |
parents | 07c5d1a43f6a |
children | 384b3408c143 |
files | lib-src/ebrowse.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ebrowse.c Sat Jul 03 17:42:02 2010 +0300 +++ b/lib-src/ebrowse.c Sat Jul 03 18:15:30 2010 +0300 @@ -1062,10 +1062,10 @@ { 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. */