diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-13 18:23:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-13 18:23:17 +0000 |
commit | ed8291d8da71da82a9d8f1e05a516d844bcb103b (patch) | |
tree | 65fc848006d95a9ccea4bd0f56eaf2e4fef6bb34 /TAO/tests/Alt_Mapping | |
parent | b740d2d231d5b2a6e83c55a2552ffe20e822b490 (diff) | |
download | ATCD-ed8291d8da71da82a9d8f1e05a516d844bcb103b.tar.gz |
Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
*:
Zapped trailing whitespaces using
find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
Diffstat (limited to 'TAO/tests/Alt_Mapping')
-rw-r--r-- | TAO/tests/Alt_Mapping/alt_mapping_i.h | 2 | ||||
-rw-r--r-- | TAO/tests/Alt_Mapping/helper.h | 2 | ||||
-rw-r--r-- | TAO/tests/Alt_Mapping/ub_string.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Alt_Mapping/alt_mapping_i.h b/TAO/tests/Alt_Mapping/alt_mapping_i.h index 5360f329137..4eabc9a117f 100644 --- a/TAO/tests/Alt_Mapping/alt_mapping_i.h +++ b/TAO/tests/Alt_Mapping/alt_mapping_i.h @@ -35,7 +35,7 @@ public: const Alt_Mapping::StructSeq & s1, Alt_Mapping::StructSeq & s2, Alt_Mapping::StructSeq & s3); - + void shutdown (void); private: diff --git a/TAO/tests/Alt_Mapping/helper.h b/TAO/tests/Alt_Mapping/helper.h index 3165a376941..78aad3946a9 100644 --- a/TAO/tests/Alt_Mapping/helper.h +++ b/TAO/tests/Alt_Mapping/helper.h @@ -37,7 +37,7 @@ public: CORBA::WChar* gen_wstring (void); CORBA::WChar* gen_wstring (int maxlength); const Alt_Mapping::Fixed_Struct gen_fixed_struct (void); - + private: Alt_Mapping::Fixed_Struct fixed_struct_; }; diff --git a/TAO/tests/Alt_Mapping/ub_string.h b/TAO/tests/Alt_Mapping/ub_string.h index 33155631c07..a66640052d1 100644 --- a/TAO/tests/Alt_Mapping/ub_string.h +++ b/TAO/tests/Alt_Mapping/ub_string.h @@ -57,7 +57,7 @@ public: private: char *opname_; // operation name - + std::string in_; std::string inout_; std::string out_; |