all: modify line separator comments to be 80 chars wide

sed 's#^/\*\{5\}\*\+/$#/*****************************************************************************/#' $(git grep -l '\*\{5\}' | grep '\.[hc]$') -i
This commit is contained in:
Thomas Haller
2016-10-02 18:22:50 +02:00
parent 05e66d5202
commit a83eb773ce
196 changed files with 783 additions and 783 deletions

View File

@@ -53,7 +53,7 @@ wifi_data_free (WifiData *data)
g_free (data);
}
/***************************************************************/
/*****************************************************************************/
WifiData *
wifi_utils_init (const char *iface, int ifindex, gboolean check_scan)