diff options
Diffstat (limited to 'src/irmd/reg/tests')
-rw-r--r-- | src/irmd/reg/tests/flow_test.c | 2 | ||||
-rw-r--r-- | src/irmd/reg/tests/ipcp_test.c | 2 | ||||
-rw-r--r-- | src/irmd/reg/tests/name_test.c | 2 | ||||
-rw-r--r-- | src/irmd/reg/tests/prog_test.c | 2 | ||||
-rw-r--r-- | src/irmd/reg/tests/reg_test.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/irmd/reg/tests/flow_test.c b/src/irmd/reg/tests/flow_test.c index efdf21d2..f9d23fd1 100644 --- a/src/irmd/reg/tests/flow_test.c +++ b/src/irmd/reg/tests/flow_test.c @@ -291,4 +291,4 @@ int flow_test(int argc, ret |= test_flow_data(); return ret; -}
\ No newline at end of file +} diff --git a/src/irmd/reg/tests/ipcp_test.c b/src/irmd/reg/tests/ipcp_test.c index 4e0a764b..fb8ba71b 100644 --- a/src/irmd/reg/tests/ipcp_test.c +++ b/src/irmd/reg/tests/ipcp_test.c @@ -86,4 +86,4 @@ int ipcp_test(int argc, res |= test_reg_ipcp_create(); return res; -}
\ No newline at end of file +} diff --git a/src/irmd/reg/tests/name_test.c b/src/irmd/reg/tests/name_test.c index e2ceb0fc..48f132e9 100644 --- a/src/irmd/reg/tests/name_test.c +++ b/src/irmd/reg/tests/name_test.c @@ -280,4 +280,4 @@ int name_test(int argc, res |= test_reg_name_add_active(LB_SPILL); return res; -}
\ No newline at end of file +} diff --git a/src/irmd/reg/tests/prog_test.c b/src/irmd/reg/tests/prog_test.c index 2565204b..5e6931d8 100644 --- a/src/irmd/reg/tests/prog_test.c +++ b/src/irmd/reg/tests/prog_test.c @@ -102,4 +102,4 @@ int prog_test(int argc, ret |= test_reg_prog_add_name(); return ret; -}
\ No newline at end of file +} diff --git a/src/irmd/reg/tests/reg_test.c b/src/irmd/reg/tests/reg_test.c index 35290caf..f840a3e0 100644 --- a/src/irmd/reg/tests/reg_test.c +++ b/src/irmd/reg/tests/reg_test.c @@ -1580,4 +1580,4 @@ int reg_test(int argc, ret |= test_wait_proc(); return ret; -}
\ No newline at end of file +} |