Skip to content

Commit

Permalink
[skip ci] enforce code format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener authored and archibate committed Jul 26, 2020
1 parent 45fd283 commit 05ade2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taichi/backends/opengl/opengl_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ struct GLBuffer : GLSSBO {
bind_index((int)index);
}

GLBuffer(GLBufId index)
: index(index), base(nullptr), size(0) {
GLBuffer(GLBufId index) : index(index), base(nullptr), size(0) {
bind_index((int)index);
}

Expand Down

0 comments on commit 05ade2f

Please sign in to comment.