diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2023-03-13 10:47:11 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2023-03-13 10:47:11 +0100 |
commit | 71bf5816be5e2a83653887648f9cff03eef0655d (patch) | |
tree | afb5ae46bdf42a3ad83589c60615fbcb00710dbc | |
parent | 1ceebf2e295dfd342b8d9e725057350c894e230d (diff) | |
download | ATCD-71bf5816be5e2a83653887648f9cff03eef0655d.tar.gz |
Removed redundant whitespace
* TAO/tao/operation_details.h:
-rw-r--r-- | TAO/tao/operation_details.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/operation_details.h b/TAO/tao/operation_details.h index 53d4e7bf6e8..a7f15528ab7 100644 --- a/TAO/tao/operation_details.h +++ b/TAO/tao/operation_details.h @@ -148,7 +148,7 @@ public: /// Accessors for the argument list TAO::Argument ** args () const; - CORBA::ULong args_num () const ; + CORBA::ULong args_num () const; /// Exception count CORBA::ULong ex_count () const; |