From 64fbbe18780b3e1f7753f6bba0941954d944ab71 Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Wed, 13 Feb 2019 15:50:52 +0300 Subject: [PATCH] clang-format --- storage/diff_scheme/diff_manager.hpp | 3 +-- storage/storage.cpp | 2 +- storage/storage.hpp | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/storage/diff_scheme/diff_manager.hpp b/storage/diff_scheme/diff_manager.hpp index 0d10c19569..d383635730 100644 --- a/storage/diff_scheme/diff_manager.hpp +++ b/storage/diff_scheme/diff_manager.hpp @@ -40,8 +40,7 @@ public: virtual void OnDiffStatusReceived(Status const status) = 0; }; - using OnDiffApplicationFinished = - std::function; + using OnDiffApplicationFinished = std::function; // If the diff is available, sets |size| to its size and returns true. // Otherwise, returns false. diff --git a/storage/storage.cpp b/storage/storage.cpp index a9a1da3173..2113387946 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1601,7 +1601,7 @@ void Storage::ApplyDiff(CountryId const & countryId, function