From 5060fc787f2c1eb48a2bc6a13932bedaf3cbf3e4 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 20 Jan 2024 12:10:04 +0100 Subject: [PATCH] Cleanup trailing whitespaces --- ruby/src/IceRuby/Communicator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/src/IceRuby/Communicator.cpp b/ruby/src/IceRuby/Communicator.cpp index 24d29503b69..71a996ad20d 100644 --- a/ruby/src/IceRuby/Communicator.cpp +++ b/ruby/src/IceRuby/Communicator.cpp @@ -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);