clang-format fixes

This commit is contained in:
Hamish Milne 2019-12-27 21:07:29 +00:00 committed by zhupengfei
parent d482fb359c
commit 7b846ffa98
117 changed files with 797 additions and 925 deletions

View file

@ -272,9 +272,9 @@ public:
return registered_image_interface;
}
void Save(std::ostream &stream) const;
void Save(std::ostream& stream) const;
void Load(std::istream &stream);
void Load(std::istream& stream);
private:
/**
@ -345,8 +345,8 @@ private:
std::atomic<bool> shutdown_requested;
friend class boost::serialization::access;
template<typename Archive>
void serialize(Archive & ar, const unsigned int file_version);
template <typename Archive>
void serialize(Archive& ar, const unsigned int file_version);
};
inline ARM_Interface& CPU() {