]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of transpose
authorSean Hefty <sean.hefty@intel.com>
Mon, 16 Jul 2012 23:00:30 +0000 (16:00 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 16 Jul 2012 23:00:30 +0000 (16:00 -0700)
src/preload.c

index 341722317abf08db5760c69bfab1894acf25b0f0..498e8130e813ca97c4533c709d8455e2b5b1b73c 100644 (file)
@@ -280,8 +280,7 @@ out:
  * the same settings and bindings as the current socket.  We currently only
  * handle setting a few of the more common values.
  */
-static int
-transpose_socket(int index, int *fd, enum fd_type new_type)
+static int transpose_socket(int index, int *fd, enum fd_type new_type)
 {
        socklen_t len = 0;
        int new_fd, param, ret;