clang-format fixes
This commit is contained in:
parent
d482fb359c
commit
7b846ffa98
117 changed files with 797 additions and 925 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
#include <functional>
|
||||
#include "video_core/regs_pipeline.h"
|
||||
namespace boost::serialization { class access; }
|
||||
namespace boost::serialization {
|
||||
class access;
|
||||
}
|
||||
|
||||
namespace Pica {
|
||||
|
||||
|
@ -65,13 +67,12 @@ private:
|
|||
bool winding = false;
|
||||
|
||||
template <class Archive>
|
||||
void serialize(Archive& ar, const unsigned int version)
|
||||
{
|
||||
ar & topology;
|
||||
ar & buffer_index;
|
||||
ar & buffer;
|
||||
ar & strip_ready;
|
||||
ar & winding;
|
||||
void serialize(Archive& ar, const unsigned int version) {
|
||||
ar& topology;
|
||||
ar& buffer_index;
|
||||
ar& buffer;
|
||||
ar& strip_ready;
|
||||
ar& winding;
|
||||
}
|
||||
friend class boost::serialization::access;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue