Replace Tabs in sources and README with spaces.

Signed-off-by: Tao He <sighingnow@gmail.com>
This commit is contained in:
Tao He 2022-04-08 20:49:56 +08:00
parent 56c7189f92
commit 680e8ad5c6
6 changed files with 141 additions and 141 deletions

View File

@ -51,7 +51,7 @@ public:
void setup_delete(std::string const &key); void setup_delete(std::string const &key);
std::unique_ptr<etcdserverpb::TxnRequest> txn_request; std::unique_ptr<etcdserverpb::TxnRequest> txn_request;
private: private:
std::string key; std::string key;
}; };