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 /libnm/nm-device-bond.c | |
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 'libnm/nm-device-bond.c')
-rw-r--r-- | libnm/nm-device-bond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-bond.c b/libnm/nm-device-bond.c index 483d9d009b..e5977c6664 100644 --- a/libnm/nm-device-bond.c +++ b/libnm/nm-device-bond.c @@ -130,7 +130,7 @@ get_hw_address (NMDevice *device) return nm_device_bond_get_hw_address (NM_DEVICE_BOND (device)); } -/***********************************************************/ +/*****************************************************************************/ static void nm_device_bond_init (NMDeviceBond *device) |