Skip to content

Commit 19e1b62

Browse files
committed
Fix cpplint warnings
1 parent 6aa148c commit 19e1b62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/ModelAnimation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ModelAnimation : public ::ModelAnimation {
7171
other.bones = nullptr;
7272
other.frameCount = 0;
7373
other.framePoses = nullptr;
74-
74+
7575
return *this;
7676
}
7777

include/Shader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Shader : public ::Shader {
6363

6464
other.id = 0;
6565
other.locs = nullptr;
66-
66+
6767
return *this;
6868
}
6969

0 commit comments

Comments
 (0)