commit | d5436f5cf7a100d89abb3d125d8f241ca7dc925e | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Oct 03 19:50:38 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Oct 03 20:12:40 2014 +0200 |
tree | b43c894115c415148dc01989dbf32a9f823848e7 | |
parent | 23b60b51dfda16135e525ecf3a8d52347f574f21 [diff] [blame] |
THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer
diff --git a/lib/csharp/src/TProcessor.cs b/lib/csharp/src/TProcessor.cs index dc1b795..71ce755 100644 --- a/lib/csharp/src/TProcessor.cs +++ b/lib/csharp/src/TProcessor.cs
@@ -26,8 +26,8 @@ namespace Thrift { - public interface TProcessor - { - bool Process(TProtocol iprot, TProtocol oprot); - } + public interface TProcessor + { + bool Process(TProtocol iprot, TProtocol oprot); + } }