code format

This commit is contained in:
王劲鹏
2019-12-13 17:48:37 +08:00
parent 3fdedb6240
commit 4610e71f42
8 changed files with 23 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
class ShaderPlugin : public ContextHolder {
public:
ShaderPlugin(Context* context) : ContextHolder(context) {}
ShaderPlugin(Context *context) : ContextHolder(context) {}
};
#endif // SHADER_PLUGIN_H