diff options
author | Thomas Haller <thaller@redhat.com> | 2016-10-02 18:22:50 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-10-03 12:01:15 +0200 |
commit | a83eb773cea118fb4b2b6c3bce03316f73b29b61 (patch) | |
tree | 96de75e5e61facdbd8a13b71e0afbd4e2cf1581f /callouts/tests | |
parent | 05e66d52025d7cbe8bcfafd93c31aa5a5b852566 (diff) | |
download | NetworkManager-a83eb773cea118fb4b2b6c3bce03316f73b29b61.tar.gz |
all: modify line separator comments to be 80 chars wide
sed 's#^/\*\{5\}\*\+/$#/*****************************************************************************/#' $(git grep -l '\*\{5\}' | grep '\.[hc]$') -i
Diffstat (limited to 'callouts/tests')
-rw-r--r-- | callouts/tests/test-dispatcher-envp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/callouts/tests/test-dispatcher-envp.c b/callouts/tests/test-dispatcher-envp.c index 8636f09797..354ab2c5b2 100644 --- a/callouts/tests/test-dispatcher-envp.c +++ b/callouts/tests/test-dispatcher-envp.c @@ -30,7 +30,7 @@ #include "nm-utils/nm-test-utils.h" -/*******************************************/ +/*****************************************************************************/ static gboolean parse_main (GKeyFile *kf, @@ -444,7 +444,7 @@ out: return success; } -/*******************************************/ +/*****************************************************************************/ static void test_generic (const char *file, const char *override_vpn_ip_iface) @@ -556,7 +556,7 @@ test_generic (const char *file, const char *override_vpn_ip_iface) g_assert_cmpstr (expected_iface, ==, out_iface); } -/*******************************************/ +/*****************************************************************************/ static void test_up (void) @@ -606,7 +606,7 @@ test_up_empty_vpn_iface (void) test_generic ("dispatcher-up", ""); } -/*******************************************/ +/*****************************************************************************/ NMTST_DEFINE (); |