coding style: cannot put parameter in function defined to have no parameter. 08/160408/1
authorSegwon <segwon.han@samsung.com>
Thu, 16 Nov 2017 05:19:19 +0000 (14:19 +0900)
committerSegwon <segwon.han@samsung.com>
Thu, 16 Nov 2017 05:21:21 +0000 (14:21 +0900)
commit94726db5e096420f623c5b49f0291b655133ceff
treef5aa127ec74ce9785b57e71bb861a4bea27384ed
parent79d3c28b1bab7a183d3cf9326a2c66ef3a243bf6
coding style: cannot put parameter in function defined to have no parameter.

 - function() -> function(void)

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I896916b02f45bdb84ed8120b3fb7273677ace9e1
15 files changed:
include/gdbus/peripheral_gdbus_gpio.h
include/gdbus/peripheral_gdbus_i2c.h
include/gdbus/peripheral_gdbus_pwm.h
include/gdbus/peripheral_gdbus_spi.h
include/gdbus/peripheral_gdbus_uart.h
src/gdbus/peripheral_gdbus_gpio.c
src/gdbus/peripheral_gdbus_i2c.c
src/gdbus/peripheral_gdbus_pwm.c
src/gdbus/peripheral_gdbus_spi.c
src/gdbus/peripheral_gdbus_uart.c
src/peripheral_gpio.c
src/peripheral_i2c.c
src/peripheral_pwm.c
src/peripheral_spi.c
src/peripheral_uart.c