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

@ -1065,7 +1065,7 @@ check_namespace (char *name, struct sym *context)
}
return p;
}
}
/* Find the symbol for namespace NAME. If not found, add a new symbol
for NAME to all_namespaces. */