[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-indent] Err: Unmatched 'Else'
From: |
Briggs Andrew |
Subject: |
[Bug-indent] Err: Unmatched 'Else' |
Date: |
Wed, 10 Apr 2002 10:27:22 -0500 |
I get a Unmatched 'else' error from indent 2.2.8 with the following code:
void b()
{
if (1)
throw a(10);
else
throw a();
}
Andrew Briggs
This e-mail and any attached files may contain confidential and/or
privileged material for the sole use of the intended recipient. Any review,
use, distribution or disclosure by others is strictly prohibited. If you
are not the intended recipient (or authorized to receive this e-mail for the
recipient), please contact the sender by reply e-mail and delete all copies
of this email
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-indent] Err: Unmatched 'Else',
Briggs Andrew <=