summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ACEXML/common/NamespaceSupport.h2
-rw-r--r--ACE/ace/Lib_Find.h2
-rw-r--r--ACE/ace/OS_QoS.cpp2
-rw-r--r--ACE/ace/SOCK_SEQPACK_Acceptor.h2
-rw-r--r--ACE/ace/Test_and_Set.h2
-rwxr-xr-xACE/bin/zap_svn_id.pl5
-rw-r--r--ACE/examples/QOS/Diffserv/diffserv_test.cpp2
-rw-r--r--ACE/examples/QOS/Diffserv/server.cpp2
-rw-r--r--ACE/tests/Compiler_Features_20_DLL.cpp2
-rw-r--r--ACE/tests/Compiler_Features_22_DLL.cpp2
-rw-r--r--ACE/tests/Max_Default_Port_Test.cpp2
-rw-r--r--ACE/tests/Task_Ex_Test.cpp2
12 files changed, 12 insertions, 15 deletions
diff --git a/ACE/ACEXML/common/NamespaceSupport.h b/ACE/ACEXML/common/NamespaceSupport.h
index 66e680550e9..5fbcd341397 100644
--- a/ACE/ACEXML/common/NamespaceSupport.h
+++ b/ACE/ACEXML/common/NamespaceSupport.h
@@ -4,8 +4,6 @@
/**
* @file NamespaceSupport.h
*
- *
- *
*
* @author Nanbor Wang <nanbor@cs.wustl.edu>
*/
diff --git a/ACE/ace/Lib_Find.h b/ACE/ace/Lib_Find.h
index b3f9f4991b9..43780003115 100644
--- a/ACE/ace/Lib_Find.h
+++ b/ACE/ace/Lib_Find.h
@@ -7,7 +7,7 @@
* All the static function calls needed to search and open shared
* libraries.
*
- *
+ *
*/
//=============================================================================
diff --git a/ACE/ace/OS_QoS.cpp b/ACE/ace/OS_QoS.cpp
index aaea07b1361..47bce4a886c 100644
--- a/ACE/ace/OS_QoS.cpp
+++ b/ACE/ace/OS_QoS.cpp
@@ -2,7 +2,7 @@
///**
// * @file OS_QoS.cpp
// *
-// *
+// *
// *
// * @brief Contains OS specific data structures for QoS networking.
// *
diff --git a/ACE/ace/SOCK_SEQPACK_Acceptor.h b/ACE/ace/SOCK_SEQPACK_Acceptor.h
index 71fcc0ce86a..41ab0b5ff36 100644
--- a/ACE/ace/SOCK_SEQPACK_Acceptor.h
+++ b/ACE/ace/SOCK_SEQPACK_Acceptor.h
@@ -4,7 +4,7 @@
/**
* @file SOCK_SEQPACK_Acceptor.h
*
- *
+ *
* @author Patrick J. Lardieri <plardier@atl.lmco.com>
* @author Gaurav Naik, Lockheed Martin ATL
* @author based on SOCK_STREAM_Acceptor
diff --git a/ACE/ace/Test_and_Set.h b/ACE/ace/Test_and_Set.h
index 867c5427852..ea014b80003 100644
--- a/ACE/ace/Test_and_Set.h
+++ b/ACE/ace/Test_and_Set.h
@@ -4,7 +4,7 @@
/**
* @file Test_and_Set.h
*
- *
+ *
*/
//=============================================================================
diff --git a/ACE/bin/zap_svn_id.pl b/ACE/bin/zap_svn_id.pl
index f293bdb14c9..278a0299ef1 100755
--- a/ACE/bin/zap_svn_id.pl
+++ b/ACE/bin/zap_svn_id.pl
@@ -56,9 +56,12 @@ BEGIN{undef $/;} s/\#\$Id\$\n//smg;
BEGIN{undef $/;} s/\# \$Id\$\n//smg;
BEGIN{undef $/;} s/\$Id\$//smg;
-
+# Trailing whitespaces
BEGIN{undef $/;} s/\# \n//smg;
BEGIN{undef $/;} s/\*\* \n/\*\*\n/smg;
BEGIN{undef $/;} s/\/\*\n\*\*\n\*\*\n/\/\*\n/smg;
BEGIN{undef $/;} s/\/\* \n/\/\*\n/smg;
+BEGIN{undef $/;} s/ \* \n/ \*\n/smg;
BEGIN{undef $/;} s/\*\n\* \n\*\n/\*\n/smg;
+BEGIN{undef $/;} s/ \*\n \*\n \*\n/ \*\n/smg;
+BEGIN{undef $/;} s/ \*\n \*\/\n/ \*\/\n/smg;
diff --git a/ACE/examples/QOS/Diffserv/diffserv_test.cpp b/ACE/examples/QOS/Diffserv/diffserv_test.cpp
index 0a9f02d13ec..595a384a1fb 100644
--- a/ACE/examples/QOS/Diffserv/diffserv_test.cpp
+++ b/ACE/examples/QOS/Diffserv/diffserv_test.cpp
@@ -2,7 +2,7 @@
/**
* @file diffserv_test.cpp
*
- *
+ *
*
* @author Craig Rodrigues <crodrigu@bbn.com>
* @brief Send UDP packets to a destination host and port.
diff --git a/ACE/examples/QOS/Diffserv/server.cpp b/ACE/examples/QOS/Diffserv/server.cpp
index de56772d57e..abe0babb3d7 100644
--- a/ACE/examples/QOS/Diffserv/server.cpp
+++ b/ACE/examples/QOS/Diffserv/server.cpp
@@ -2,7 +2,7 @@
/**
* @file server.cpp
*
- *
+ *
*
* @author Craig Rodrigues <crodrigu@bbn.com>
* @brief Start a server which listens for UDP packets on a specified port.
diff --git a/ACE/tests/Compiler_Features_20_DLL.cpp b/ACE/tests/Compiler_Features_20_DLL.cpp
index f9c6446cc40..fa99aa8e426 100644
--- a/ACE/tests/Compiler_Features_20_DLL.cpp
+++ b/ACE/tests/Compiler_Features_20_DLL.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
diff --git a/ACE/tests/Compiler_Features_22_DLL.cpp b/ACE/tests/Compiler_Features_22_DLL.cpp
index 80d15b3adb4..304c8051939 100644
--- a/ACE/tests/Compiler_Features_22_DLL.cpp
+++ b/ACE/tests/Compiler_Features_22_DLL.cpp
@@ -1,7 +1,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
diff --git a/ACE/tests/Max_Default_Port_Test.cpp b/ACE/tests/Max_Default_Port_Test.cpp
index fbb37766b1f..098b9f50cdc 100644
--- a/ACE/tests/Max_Default_Port_Test.cpp
+++ b/ACE/tests/Max_Default_Port_Test.cpp
@@ -14,8 +14,6 @@
* USHRT_MAX and decremented for 'ports_to_test' port values and tested
* if the highest port number used agrees with ACE_MAX_DEFAULT_PORT value.
*
- *
- *
* @author Chanaka Liyanaarachchi <chanaka@ociweb.com>
*/
//=============================================================================
diff --git a/ACE/tests/Task_Ex_Test.cpp b/ACE/tests/Task_Ex_Test.cpp
index 16efa704bde..fb1ed0da77f 100644
--- a/ACE/tests/Task_Ex_Test.cpp
+++ b/ACE/tests/Task_Ex_Test.cpp
@@ -6,8 +6,6 @@
* This test program illustrates the ACE_Task_Ex class which has the ACE_Message_Queue_Ex
* that has the capability to hold user-defined messages instead of ACE_Message_Block
*
- *
- *
* @author Kobi Cohen-Arazi <kobi-co@barak-online.net>
*/
//=============================================================================