Skip to content

Commit

Permalink
Fix some whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Jan 28, 2025
1 parent f5075a2 commit 28e6d85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config_files/tau_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Fortran:
- " call TAU_PROFILE_START(tauProfileTimer)"

procedure_end_insert:
- " call TAU_PROFILE_STOP(tauProfileTimer)"
- " call TAU_PROFILE_STOP(tauProfileTimer)"
2 changes: 1 addition & 1 deletion include/frontend.hpp.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Define constants needed for the frontend
#define SALT_DEFAULT_CONFIG_FILE "../@CMAKE_INSTALL_DATADIR@/@CMAKE_PROJECT_NAME@/config_files/config.yaml"
#define SALT_DEFAULT_CONFIG_FILE "../@CMAKE_INSTALL_DATADIR@/@CMAKE_PROJECT_NAME@/config_files/config.yaml"
1 change: 0 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ spack:
specs:
- [email protected]=19.1.4 +flang +mlir openmp=project
- mpich ~wrapperrpath

0 comments on commit 28e6d85

Please sign in to comment.