Skip to content

Commit

Permalink
#26: add newlines to ends of files
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jul 31, 2023
1 parent 18cf9f8 commit a4dc732
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ template <typename User, typename UserCoord>

} //namespace Zoltan2

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ template <typename User, typename UserCoord>

} //namespace Zoltan2

#endif
#endif
2 changes: 1 addition & 1 deletion packages/zoltan2/test/core/helpers/Zoltan2_TestHelpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ void TestDeviceHostView(const DeviceType &deviceView,
#include <PrintData.hpp>
#include <UserInputForTests.hpp>

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,4 @@ int main(int narg, char *arg[]) {

PrintFromRoot("PASS");

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,4 @@ int main(int narg, char *arg[]) {

PrintFromRoot("PASS");

}
}

0 comments on commit a4dc732

Please sign in to comment.