Skip to content

Commit

Permalink
Xpetra: Add missing newline and end of files (#489)
Browse files Browse the repository at this point in the history
These newlines got added by the script that removes redundant TriBITS includes
(see #489).
  • Loading branch information
bartlettroscoe committed Jul 12, 2016
1 parent 42bf667 commit 4eacf05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/xpetra/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ IF (${PACKAGE_NAME}_ENABLE_Epetra) # AND ${PROJECT_NAME}_ENABLE_DEVELOPMENT_MODE
ENDIF()
ADD_SUBDIRECTORIES(
BlockedMultiVector
)
)
2 changes: 1 addition & 1 deletion packages/xpetra/test/Cloner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ IF (NOT Xpetra_Epetra_NO_32BIT_GLOBAL_INDICES)
COMM serial mpi
STANDARD_PASS_OUTPUT
)
ENDIF()
ENDIF()

0 comments on commit 4eacf05

Please sign in to comment.