mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
refactoring: apply clang-format rules
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class IReadLine {
|
||||
class IReadLine
|
||||
{
|
||||
public:
|
||||
virtual ~IReadLine() {}
|
||||
virtual bool read(const std::string &banner, std::string& line) = 0;
|
||||
virtual void add_to_history(const std::string&) {}
|
||||
virtual ~IReadLine() {}
|
||||
virtual bool read(const std::string &banner, std::string &line) = 0;
|
||||
virtual void add_to_history(const std::string &) {}
|
||||
};
|
||||
|
||||
extern std::string sdcv_readline;
|
||||
|
||||
Reference in New Issue
Block a user