]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
acm: Remove whitespace
authorHal Rosenstock <hal@mellanox.com>
Fri, 16 Aug 2013 14:57:15 +0000 (07:57 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 16 Aug 2013 14:57:15 +0000 (07:57 -0700)
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm.c

index 0f77f5f31182c84e0123341335fe5d225c0de093..82f943188b801cdd14c86567f3616009e5d347b7 100644 (file)
--- a/src/acm.c
+++ b/src/acm.c
@@ -3216,7 +3216,7 @@ static void acm_port_up(struct acm_port *port)
                pkey = ntohs(pkey);
                if (!(pkey & 0x7fff))
                        continue;
-               
+
                /* Determine pkey index for default partition with preference for full membership */
                if (!is_full_default_pkey_set && (pkey & 0x7fff) == 0x7fff) {
                        port->default_pkey_ix = i;