summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-04 22:12:48 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-04 22:12:48 +0000
commitd41e031a41d5f9fc9e8cdf18f293f3ca65c72f52 (patch)
tree92056c77e64bfb1b271f3bceef9f8969ce500111 /ace
parent0a7fbb4c7398d4572986bdedb25384a2ae7a033d (diff)
downloadATCD-d41e031a41d5f9fc9e8cdf18f293f3ca65c72f52.tar.gz
Put an extra space in my last change.
Diffstat (limited to 'ace')
-rw-r--r--ace/config-all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 42229f37dbf..dc91a9b0bca 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -132,8 +132,8 @@
# define ACE_Proper_Import_Flag
# define ACE_EXPORT_SINGLETON_DECLARATION(T)
# define ACE_IMPORT_SINGLETON_DECLARATION(T)
-# define ACE_EXPORT_SINGLETON_DECLARE (SINGLETON_TYPE, CLASS, LOCK)
-# define ACE_IMPORT_SINGLETON_DECLARE (SINGLETON_TYPE, CLASS, LOCK)
+# define ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#endif /* ACE_HAS_CUSTOM_EXPORT_MACROS */
#include "ace/ACE_export.h"