fixed indendations and tabs

This commit is contained in:
yitam 2017-05-05 16:39:51 -07:00
parent 1e527865a9
commit 7d8004bf5a
7 changed files with 86 additions and 87 deletions

View file

@ -181,7 +181,6 @@ const int SQL_SERVER_2008_DEFAULT_DATETIME_PRECISION = 34;
const int SQL_SERVER_2008_DEFAULT_DATETIME_SCALE = 7;
namespace AzureADOptions {
const char AZURE_AUTH_SQL_PASSWORD[] = "SqlPassword";
const char AZURE_AUTH_AD_PASSWORD[] = "ActiveDirectoryPassword";
}