code format & class prefix

This commit is contained in:
王劲鹏
2021-02-04 16:59:58 +08:00
committed by osborn
parent 99afe83b19
commit be37a71699
90 changed files with 1196 additions and 1274 deletions

View File

@@ -0,0 +1,3 @@
#include "DoricRootNode.h"
DoricRootNode::DoricRootNode() {}

View File

@@ -1,10 +1,9 @@
#ifndef ROOTNODE_H
#define ROOTNODE_H
class RootNode
{
class DoricRootNode {
public:
RootNode();
DoricRootNode();
};
#endif // ROOTNODE_H

View File

@@ -1,6 +0,0 @@
#include "root_node.h"
RootNode::RootNode()
{
}