From 265cb5b9beaf67a4fa51f3f7e4359178f2e6a19c Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Tue, 31 Jul 2018 09:38:37 +0900 Subject: [PATCH] Add missing last newline. I have found this while playing with pgindent. It is smart enough to find out such problems. --- src/include/watchdog/wd_lifecheck.h | 2 +- src/utils/json_writer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/watchdog/wd_lifecheck.h b/src/include/watchdog/wd_lifecheck.h index d2cf8315e..4dae50d60 100644 --- a/src/include/watchdog/wd_lifecheck.h +++ b/src/include/watchdog/wd_lifecheck.h @@ -67,4 +67,4 @@ extern pid_t wd_hb_receiver(int fork_wait_time, WdHbIf * hb_if); extern pid_t wd_hb_sender(int fork_wait_time, WdHbIf * hb_if); -#endif \ No newline at end of file +#endif diff --git a/src/utils/json_writer.c b/src/utils/json_writer.c index 833f9d113..f8d08fb43 100644 --- a/src/utils/json_writer.c +++ b/src/utils/json_writer.c @@ -293,4 +293,4 @@ static inline JWElementType jw_get_current_element_type(JsonNode* jNode) if (jNode->stack_ptr <= 0) return -1; return jNode->stack[jNode->stack_ptr -1].elementType; -} \ No newline at end of file +} -- 2.39.5