From: David Carlton Date: Mon, 30 Jun 2003 16:23:29 +0000 (+0000) Subject: Fix indentation of previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a20f2c2620cf248a3a18a9c93dfdb341be2e3fc;p=binutils-gdb.git Fix indentation of previous commit. --- diff --git a/gdb/cp-support.c b/gdb/cp-support.c index d61e8e484ab..feea103da29 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -287,7 +287,7 @@ cp_find_first_component_aux (const char *name, int permissive) case '>': case ')': if (permissive) - return index; + return index; else { demangled_name_complaint (name);