Skip to content

Commit

Permalink
Linting with cpplint and formatting with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Oct 18, 2024
1 parent b62afb6 commit b8b73b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bound_pop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include <unistd.h>

#include <algorithm>
#include <filesystem>
#include <fstream>
#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions src/c_curve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <sys/types.h>
#include <unistd.h>

#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstdint>
Expand All @@ -41,6 +42,7 @@
#include <iostream>
#include <numeric>
#include <random>
#include <string>
#include <unordered_map>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/gc_extrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <OptionParser.hpp>

#include <algorithm>
#include <filesystem>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit b8b73b0

Please sign in to comment.