summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnierp@ociweb.com>2021-06-15 13:38:28 -0500
committerGitHub <noreply@github.com>2021-06-15 13:38:28 -0500
commit9b6353b6f0b64b46099ef57cb8e6305f6ea0cabc (patch)
treeaf8afe2e80ab306f952dd21350641ea8be5b2ea6
parentb1f713b0baf1e199151ae5b54cdbbe8a159cbc1a (diff)
downloadATCD-9b6353b6f0b64b46099ef57cb8e6305f6ea0cabc.tar.gz
more whitespace cleanup
Co-authored-by: Fred Hornsey <hornseyf@objectcomputing.com>
-rw-r--r--TAO/tests/IDLv4/annotations/annotation_tests.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tests/IDLv4/annotations/annotation_tests.cpp b/TAO/tests/IDLv4/annotations/annotation_tests.cpp
index 5f5381b2f63..35bcc728a83 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<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