Fix to apply whitespace/blank_line coding rule 82/92482/1
authorSungbae Yoo <sungbae.yoo@samsung.com>
Mon, 17 Oct 2016 06:47:48 +0000 (15:47 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Mon, 17 Oct 2016 06:57:57 +0000 (15:57 +0900)
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Change-Id: Iae9c0d69d9c1410dcc7a223c8e274cb9722912a9

server/bluetooth.cpp
server/password.cpp

index a691ed7..8baa8e3 100644 (file)
@@ -191,7 +191,6 @@ int BluetoothPolicy::setDesktopConnectivityState(const bool enable)
                return -1;
 
        return 0;
-
 }
 
 bool BluetoothPolicy::getDesktopConnectivityState()
@@ -249,7 +248,6 @@ int BluetoothPolicy::setTetheringState(bool enable)
        }
 
        return 0;
-
 }
 
 bool BluetoothPolicy::getTetheringState()
index bcb1fe1..aacf976 100644 (file)
@@ -225,7 +225,6 @@ int PasswordPolicy::setExpires(int value)
                return -1;
        }
        return 0;
-
 }
 
 int PasswordPolicy::getExpires()
@@ -403,7 +402,6 @@ int PasswordPolicy::setMaximumCharacterOccurrences(int value)
 
 int PasswordPolicy::getMaximumCharacterOccurrences()
 {
-
        unsigned int result = getPasswordPolicy(context, "password-maximum-character-occurrences");
        return (result == INT_MAX) ? 0 : result;
 }