Skip to content

Commit

Permalink
Cleanup trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 20, 2024
1 parent b33b8e2 commit 5060fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/src/IceRuby/Communicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ IceRuby_initialize(int argc, VALUE* argv, VALUE /*self*/)
delete[] av;

VALUE result = Data_Wrap_Struct(
_communicatorClass,
_communicatorClass,
IceRuby_Communicator_mark,
IceRuby_Communicator_free,
IceRuby_Communicator_free,
new Ice::CommunicatorPtr(communicator));

CommunicatorMap::iterator p = _communicatorMap.find(communicator);
Expand Down

0 comments on commit 5060fc7

Please sign in to comment.