aboutsummaryrefslogtreecommitdiff
path: root/gcc/doschk.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-05-11 10:47:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-11 10:47:05 +0000
commit3a538a6668acdfe94dd05fa36ef0341cb2382a88 (patch)
treeda16232d8b5f58baa59884c0e12dc7f8fef82993 /gcc/doschk.c
parentc9c2cb7c995ab5a0756a7c6a606e18206b368903 (diff)
downloadgcc-3a538a6668acdfe94dd05fa36ef0341cb2382a88.zip
gcc-3a538a6668acdfe94dd05fa36ef0341cb2382a88.tar.gz
gcc-3a538a6668acdfe94dd05fa36ef0341cb2382a88.tar.bz2
dbxout.c: Fix formatting.
* dbxout.c: Fix formatting. * dependence.c: Likewise. * df.c: Likewise. * diagnostic.c: Likewise. * doloop.c: Likewise. * dominance.c: Likewise. * doschk.c: Likewise. * dwarf2asm.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. From-SVN: r53380
Diffstat (limited to 'gcc/doschk.c')
-rw-r--r--gcc/doschk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doschk.c b/gcc/doschk.c
index ad553df..d024efc 100644
--- a/gcc/doschk.c
+++ b/gcc/doschk.c
@@ -71,13 +71,13 @@ char *path;
char *last_slash = strrchr (path, '/');
char *cp, *dp;
int dots_seen, chars_seen;
-
+
if (last_slash+1 == null)
{
* --null = '\0';
last_slash = strrchr (path, '/');
}
-
+
if (!last_slash)
{
last_slash = first-1;
@@ -239,7 +239,7 @@ display_problems ()
{
ENT **elist, *ent;
int ecount, i, first, first_err;
-
+
for (ecount=0, ent=eroot; ent; ent=ent->next, ecount++);
elist = (ENT **)malloc (sizeof (ENT *) * ecount);
for (ecount=0, ent=eroot; ent; ent=ent->next, ecount++)