Skip to content

Commit

Permalink
Fixing tab indentation to use spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
drivehappy committed Aug 3, 2017
1 parent 6adc4cd commit d39ff34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ void Database::createFunction(const char* apFuncName,
void Database::loadExtension(const char* apExtensionName, const char *apEntryPointName)
{
#ifdef SQLITE_OMIT_LOAD_EXTENSION
// Unused
(void)apExtensionName;
(void)apEntryPointName;
// Unused
(void)apExtensionName;
(void)apEntryPointName;

throw std::runtime_error("sqlite extensions are disabled");
#else
Expand Down

0 comments on commit d39ff34

Please sign in to comment.