From: Daniel Wagner <[email protected]> Hi,
Tomasz pointed out that there is some inconsitency in the code on the static variable initialitation. Let's update the coding style doc and fix everthing. cheers, daniel Daniel Wagner (6): coding-style: Add static variable initialization entry core: Fix M17 coding-style issues plugins: Fix M17 coding-style issues gsupplicant: Fix M17 coding-style issues unit: Fix M17 coding-style issues tools: Fix M17 coding-style issues doc/coding-style.txt | 9 +++++++++ gsupplicant/dbus.c | 2 +- gsupplicant/supplicant.c | 4 ++-- plugins/bluetooth.c | 2 +- plugins/dundee.c | 2 +- plugins/hh2serial-gps.c | 2 +- plugins/iospm.c | 2 +- plugins/iwmxsdk.c | 2 +- plugins/l2tp.c | 2 +- plugins/loopback.c | 6 +++--- plugins/ofono.c | 6 +++--- plugins/openvpn.c | 2 +- plugins/pacrunner.c | 2 +- plugins/pptp.c | 2 +- plugins/session_policy.c | 2 +- src/counter.c | 6 +++--- src/dhcp.c | 2 +- src/dhcpv6.c | 2 +- src/dnsproxy.c | 8 ++++---- src/ippool.c | 16 ++++++++-------- src/log.c | 4 ++-- src/manager.c | 2 +- src/nat.c | 4 ++-- src/notifier.c | 2 +- src/session.c | 10 +++++----- src/stats.c | 2 +- src/task.c | 4 ++-- src/technology.c | 6 +++--- src/tethering.c | 6 +++--- tools/dhcp-test.c | 2 +- tools/resolv-test.c | 4 ++-- tools/supplicant.c | 4 ++-- tools/web-test.c | 4 ++-- tools/wispr.c | 4 ++-- tools/wpad-test.c | 6 +++--- unit/test-nat.c | 2 +- 36 files changed, 78 insertions(+), 69 deletions(-) -- 1.8.0.rc0 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
