diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-04-12 20:33:08 +0530 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-04-13 12:45:00 +0300 |
commit | 6b99a19da839eed881d6e1f2a8b54726f464746f (patch) | |
tree | c8ea857ab58fdbf247bbbda236ce088db234cda4 /src/storage.h | |
parent | 4d4e83d8f0e63a05902e66467c7fa64f2065a75f (diff) | |
download | bluez-6b99a19da839eed881d6e1f2a8b54726f464746f.tar.gz bluez-6b99a19da839eed881d6e1f2a8b54726f464746f.tar.xz bluez-6b99a19da839eed881d6e1f2a8b54726f464746f.zip |
src: Fix newline before EOF
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h index 6967f97f..6255ae8a 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" - |