runtime: Formatting

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 17:04:17 +01:00
parent cc1340190e
commit 2196cb8419
119 changed files with 10326 additions and 7798 deletions
+4 -5
View File
@@ -2,12 +2,11 @@
#ifndef BD2MODEL_H
#define BD2MODEL_H
class BD2Model : public Model{
public:
private:
class BD2Model : public Model {
public:
private:
struct Rep;
Rep *rep;
Rep* rep;
};
#endif