]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix formatting after merge of #10099
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 22 Mar 2021 12:21:15 +0000 (13:21 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 22 Mar 2021 12:21:15 +0000 (13:21 +0100)
modules/lmdbbackend/lmdbbackend.cc

index b42902fe7560c3eb55d4cf884aed9af87a74914b..7196d954e9ed7572f9925100a8a68c2ae5248570 100644 (file)
@@ -383,7 +383,7 @@ bool LMDBBackend::abortTransaction()
 {
   // cout<<"Abort transaction"<<endl;
   if (!d_rwtxn) {
-      throw DBException("Attempt to abort a transaction while there isn't one open");
+    throw DBException("Attempt to abort a transaction while there isn't one open");
   }
 
   d_rwtxn->txn->abort();