diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-05 08:36:52 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-05 08:36:52 +0000 |
commit | aa5c851abcc0d9b1ab8b52b3ee3aee555d6e3592 (patch) | |
tree | 439cb901c0e5e1a8aa3e0d934613fb209b28de65 /ace/OS_String.cpp | |
parent | 45209f5165a4ac5f4484c26a353aeb2ac17ce1e5 (diff) | |
download | ATCD-aa5c851abcc0d9b1ab8b52b3ee3aee555d6e3592.tar.gz |
Fixed up some miscellaneous end of file ending with blank problems
Diffstat (limited to 'ace/OS_String.cpp')
-rw-r--r-- | ace/OS_String.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/OS_String.cpp b/ace/OS_String.cpp index 5abe7659432..92a58b84e8b 100644 --- a/ace/OS_String.cpp +++ b/ace/OS_String.cpp @@ -500,3 +500,4 @@ ACE_OS_String::itoa_emulation (int value, wchar_t *string, int radix) return string; } #endif /* ACE_HAS_WCHAR */ + |