Skip to content

Commit c207688

Browse files
authored
Update structs.h
Fixing tabs => spaces
1 parent 4fc8c31 commit c207688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/structs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ namespace prlearn {
3939
double _avg = 0;
4040
double _cnt = 0;
4141

42-
constexpr avg_t() = default;
43-
constexpr avg_t(const avg_t&) = default;
42+
constexpr avg_t() = default;
43+
constexpr avg_t(const avg_t&) = default;
4444

4545
inline void addPoints(const avg_t& other) {
4646
addPoints(other._cnt, other._avg);

0 commit comments

Comments
 (0)