From 6b99a19da839eed881d6e1f2a8b54726f464746f Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Thu, 12 Apr 2012 20:33:08 +0530 Subject: [PATCH] src: Fix newline before EOF --- src/agent.h | 1 - src/log.h | 1 - src/sdp-client.c | 1 - src/storage.h | 1 - 4 files changed, 4 deletions(-) diff --git a/src/agent.h b/src/agent.h index 69ad42b92..320b92d1b 100644 --- a/src/agent.h +++ b/src/agent.h @@ -78,4 +78,3 @@ gboolean agent_matches(struct agent *agent, const char *name, const char *path); void agent_init(void); void agent_exit(void); - diff --git a/src/log.h b/src/log.h index b43b2b7ec..51c52e66a 100644 --- a/src/log.h +++ b/src/log.h @@ -56,4 +56,3 @@ void __btd_enable_debug(struct btd_debug_desc *start, if (__btd_debug_desc.flags & BTD_DEBUG_FLAG_PRINT) \ btd_debug("%s:%s() " fmt, __FILE__, __FUNCTION__ , ## arg); \ } while (0) - diff --git a/src/sdp-client.c b/src/sdp-client.c index f1193138b..3e78dde12 100644 --- a/src/sdp-client.c +++ b/src/sdp-client.c @@ -366,4 +366,3 @@ int bt_cancel_discovery(const bdaddr_t *src, const bdaddr_t *dst) return 0; } - diff --git a/src/storage.h b/src/storage.h index 6967f97f1..6255ae8a9 100644 --- a/src/storage.h +++ b/src/storage.h @@ -95,4 +95,3 @@ int write_longtermkeys(bdaddr_t *local, bdaddr_t *peer, const char *key); gboolean has_longtermkeys(bdaddr_t *local, bdaddr_t *peer); #define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb" - -- 2.47.3