Remove unnecessary newlines at the end of the files 79/213679/1 accepted/tizen/unified/20190916.111626 submit/tizen/20190910.115310
authorMateusz Majewski <m.majewski2@samsung.com>
Tue, 10 Sep 2019 05:56:36 +0000 (07:56 +0200)
committerMateusz Majewski <m.majewski2@samsung.com>
Tue, 10 Sep 2019 05:56:36 +0000 (07:56 +0200)
Change-Id: I5ad464bb853b3209f9a87ac899c3be677c1a8942

src/libdlog/log_android.c
src/shared/backend_androidlogger.c
src/shared/fd_info.c
src/shared/logretrieve.c
src/shared/parsers.c
src/shared/translate_syslog.c
src/tests/logprint.c
src/tests/sort_vector.c
tests/test_libdlog.c

index d1a0164..c04741e 100644 (file)
@@ -112,4 +112,3 @@ failure:
                if (log_fds[buf_id] >= 0)
                        close(log_fds[buf_id]);
 }
-
index 099d425..f521cbb 100644 (file)
@@ -164,4 +164,3 @@ int logger_open_buffer_from_config(int buf_id, const struct log_config *conf, in
 {
        return logger_open_buffer_from_config_get_path(buf_id, conf, open_flags, fd, NULL, 0U);
 }
-
index 93abcb2..1ef4047 100644 (file)
@@ -108,5 +108,3 @@ int fdi_push_log(struct fd_info *fdi, struct sort_vector *logs, write_callback c
 
        return 0;
 }
-
-
index ea3bc1e..66bb67a 100644 (file)
@@ -257,4 +257,3 @@ int do_print(struct fd_info **data_fds, int fd_count, write_callback callback, v
 
        return 0;
 }
-
index 3248184..73b1ed5 100644 (file)
@@ -133,4 +133,3 @@ int parse_optional(const char **cursor, void *user_data)
 /**
  * @}
  */
-
index 076682a..4eeb89e 100644 (file)
@@ -116,4 +116,3 @@ const char *translate_syslog_facility(int fac_prio)
 /**
  * @}
  */
-
index 096ba5e..7f72551 100644 (file)
@@ -719,4 +719,3 @@ int main()
        check_isatty_detection();
        check_json();
 }
-
index 0a1dfac..02e43e1 100644 (file)
@@ -158,4 +158,3 @@ int main()
 
        use_real_free = true;
 }
-
index 7eddc46..b8db0ec 100644 (file)
@@ -68,4 +68,3 @@ int main(int argc, char **argv)
 
        return 0;
 }
-