From 9b6353b6f0b64b46099ef57cb8e6305f6ea0cabc Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Tue, 15 Jun 2021 13:38:28 -0500 Subject: [PATCH] more whitespace cleanup Co-authored-by: Fred Hornsey --- TAO/tests/IDLv4/annotations/annotation_tests.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TAO/tests/IDLv4/annotations/annotation_tests.cpp b/TAO/tests/IDLv4/annotations/annotation_tests.cpp index 5f5381b2f63af..35bcc728a83a4 100644 --- a/TAO/tests/IDLv4/annotations/annotation_tests.cpp +++ b/TAO/tests/IDLv4/annotations/annotation_tests.cpp @@ -1088,9 +1088,10 @@ annotation_tests () test_union->field(af, 2); AST_UnionBranch *ub = dynamic_cast(*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