test(unit): Add nanomsg unit tests
[ric-plt/lib/rmr.git] / test / rt_static_test.c
index 710c75e..ce0eb25 100644 (file)
@@ -1,7 +1,7 @@
 // : vi ts=4 sw=4 noet :
 /*
 ==================================================================================
-           Copyright (c) 2019 Nokia 
+           Copyright (c) 2019 Nokia
            Copyright (c) 2018-2019 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +21,7 @@
 /*
        Mmemonic:       rt_static_test.c
        Abstract:       Test the route table funcitons. These are meant to be included at compile
-                               time by the test driver.  
+                               time by the test driver.
 
        Author:         E. Scott Daniels
        Date:           3 April 2019
@@ -230,7 +230,7 @@ static int rt_test( ) {
 
        state = uta_link2( "worm", NULL, NULL );
        errors += fail_if_true( state, "link2 did not return false when given nil pointers" );
-    
+
        state = uta_epsock_rr( rt, 122, 0, NULL, NULL );
        errors += fail_if_true( state, "uta_epsock_rr returned bad state when given nil socket pointer" );