From 4ae4ae3cfc281884570e83637f69266156c484e4 Mon Sep 17 00:00:00 2001 From: "Vladimir Golovnev (Glassez)" Date: Tue, 4 Jun 2019 06:55:45 +0300 Subject: [PATCH] Fix wrong indentation --- src/base/bittorrent/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/bittorrent/session.cpp b/src/base/bittorrent/session.cpp index b9c2025a6..d18f2dd0e 100644 --- a/src/base/bittorrent/session.cpp +++ b/src/base/bittorrent/session.cpp @@ -1959,7 +1959,7 @@ bool Session::addTorrent_impl(CreateTorrentParams params, const MagnetUri &magne #else p.flags &= ~lt::torrent_flags::seed_mode; #endif -} + } if (!fromMagnetUri) { if (params.restored) {