summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorErik Sohns <erik.sohns@posteo.de>2021-09-03 19:53:26 +0200
committerErik Sohns <erik.sohns@posteo.de>2021-09-03 19:53:26 +0200
commit41ed6db137eef43ad432dd3bb8fb74af4a796647 (patch)
tree4e17c7f2bf629edcf27229396437373d41ee9a50 /ACE/tests
parent117856ae1875d2bcc75d2ea2ce4e1badc158bc11 (diff)
downloadATCD-41ed6db137eef43ad432dd3bb8fb74af4a796647.tar.gz
removed trailing whitespace
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Basic_Types_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Basic_Types_Test.cpp b/ACE/tests/Basic_Types_Test.cpp
index 42c08766d54..d9db03d54b6 100644
--- a/ACE/tests/Basic_Types_Test.cpp
+++ b/ACE/tests/Basic_Types_Test.cpp
@@ -117,7 +117,7 @@ run_main (int, ACE_TCHAR *[])
sizeof (ACE_INT32), 4);
errors += check (ACE_TEXT ("sizeof (ACE_UINT32) is %u%s"),
sizeof (ACE_UINT32), 4);
-
+
errors += check (ACE_TEXT ("sizeof (ACE_INT64) is %u%s"),
sizeof (ACE_INT64), 8);
errors += check (ACE_TEXT ("sizeof (ACE_UINT64) is %u%s"),