doc(code): Indent fixes and whitespace cleanup
[ric-plt/lib/rmr.git] / src / common / src / wormholes.c
index 8011ddc..2518b7a 100644 (file)
@@ -8,7 +8,7 @@
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
-       http://www.apache.org/licenses/LICENSE-2.0
+          http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
@@ -80,7 +80,7 @@
 
 /*
        This function returns true if the current application is permitted to open a wormhole
-       to the desired target. 
+       to the desired target.
 
        This is a place holder for future functionality.
 */
@@ -220,7 +220,7 @@ extern rmr_whid_t rmr_wh_open( void* vctx, char const* target ) {
                }
 
                if( whm->eps[i] == ep ) {
-                       return i;                                                       // we're already pointing to it, just send it back again        
+                       return i;                                                       // we're already pointing to it, just send it back again
                }
        }