ebrowse.c (check_namespace): Fix indentation.

This commit is contained in:
Eli Zaretskii 2010-07-03 18:15:30 +03:00
parent f4e8a59cc1
commit 1c027a2427

View file

@ -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. */