add newline in the end of files
authorJeonghoon Park <jh1979.park@samsung.com>
Fri, 20 Jul 2018 02:29:08 +0000 (11:29 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Fri, 20 Jul 2018 02:29:43 +0000 (11:29 +0900)
inc/log.h
inc/sensor-data.h
src/co2.c

index adc0c41..c190ffd 100644 (file)
--- a/inc/log.h
+++ b/inc/log.h
@@ -93,3 +93,4 @@ extern "C" {
 #endif
 
 #endif /* __CO2_LOG_H__ */
+
index 54f0c72..758b58d 100644 (file)
@@ -41,3 +41,4 @@ int sensor_data_get_double(sensor_data *data, double *value);
 int sensor_data_get_string(sensor_data *data, const char **value);
 
 #endif /* __SENSOR_DATA_H__ */
+
index bc1ca47..85cb843 100644 (file)
--- a/src/co2.c
+++ b/src/co2.c
@@ -159,7 +159,7 @@ static bool handle_get_request(st_things_get_request_message_s* req_msg, st_thin
 static bool handle_set_request(st_things_set_request_message_s* req_msg, st_things_representation_s* resp_rep)
 {
        _D("resource_uri [%s]", req_msg->resource_uri);
-    return false;
+       return false;
 }
 
 static int __things_init(void)
@@ -288,3 +288,4 @@ int main(int argc, char *argv[])
 
        return service_app_main(argc, argv, &event_callback, ad);
 }
+