diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-02 20:38:49 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-02 20:38:49 -0800 |
commit | eef5c01cf48df88e5117dc165422bbb976905060 (patch) | |
tree | 42b9efd4af4930f3dcd12307324c1f17c6bcaa22 /test/cpp/interop | |
parent | c4f4f7ede962358c2216123ca44b7a9616f53d71 (diff) |
clang-format
Diffstat (limited to 'test/cpp/interop')
-rw-r--r-- | test/cpp/interop/reconnect_interop_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/reconnect_interop_server.cc b/test/cpp/interop/reconnect_interop_server.cc index 785f9c7ad5..41cff430ae 100644 --- a/test/cpp/interop/reconnect_interop_server.cc +++ b/test/cpp/interop/reconnect_interop_server.cc @@ -30,7 +30,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ - + // Test description at doc/connection-backoff-interop-test-description.md #include <signal.h> |