Skip to content

Commit

Permalink
more whitespace cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Hornsey <[email protected]>
  • Loading branch information
Phil Mesnier and iguessthislldo authored Jun 15, 2021
1 parent b1f713b commit 9b6353b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions TAO/tests/IDLv4/annotations/annotation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1088,9 +1088,10 @@ annotation_tests ()
test_union->field(af, 2);
AST_UnionBranch *ub = dynamic_cast<AST_UnionBranch *>(*af);
AST_UnionLabel *ul = ub->label ();
if (ul->label_val()->ev()->u.ulval != 2) {
t.failed("did not get the correct label value");
}
if (ul->label_val()->ev()->u.ulval != 2)
{
t.failed("did not get the correct label value");
}
} catch (Failed const &) {}

// Done, Print Overall Results
Expand Down

0 comments on commit 9b6353b

Please sign in to comment.