From 87845ca31e0463ef3774212d1f8e3636efbff119 Mon Sep 17 00:00:00 2001 From: Stefan Persson Date: Fri, 13 Sep 2013 14:06:42 +0200 Subject: [PATCH] Moved "else" to same line as previous closing braces, according to Google style guidelines "whitespace/newline" --- telldus-core/service/ProtocolOregon.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/telldus-core/service/ProtocolOregon.cpp b/telldus-core/service/ProtocolOregon.cpp index 46efa76c..7b86f991 100644 --- a/telldus-core/service/ProtocolOregon.cpp +++ b/telldus-core/service/ProtocolOregon.cpp @@ -117,8 +117,7 @@ std::string ProtocolOregon::decode1984(const std::string &data, const std::wstri if (model.compare(L"0x1984") == 0) { checksum += 0x1 + 0x9 + 0x8 + 0x4; - } - else { + } else { checksum += 0x1 + 0x9 + 0x9 + 0x4; }