Skip to content

Commit d976da1

Browse files
committed
Formatting update
1 parent 22e1708 commit d976da1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/sunadaptcontroller/mrihtol/fmod_int32/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ sundials_add_f2003_library(
1717
SOURCES fsunadaptcontroller_mrihtol_mod.f90 fsunadaptcontroller_mrihtol_mod.c
1818
LINK_LIBRARIES PUBLIC sundials_fcore_mod
1919
OBJECT_LIBRARIES
20-
OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY
21-
)
20+
OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY)
2221

2322
message(STATUS "Added SUNAdaptController_MRIHTol F2003 interface")

src/sunadaptcontroller/mrihtol/fmod_int64/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ sundials_add_f2003_library(
1717
SOURCES fsunadaptcontroller_mrihtol_mod.f90 fsunadaptcontroller_mrihtol_mod.c
1818
LINK_LIBRARIES PUBLIC sundials_fcore_mod
1919
OBJECT_LIBRARIES
20-
OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY
21-
)
20+
OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY)
2221

2322
message(STATUS "Added SUNAdaptController_MRIHTol F2003 interface")

src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#include <stdlib.h>
2020

2121
#include <sunadaptcontroller/sunadaptcontroller_mrihtol.h>
22-
#include "sundials/priv/sundials_errors_impl.h"
2322
#include <sundials/sundials_core.h>
23+
#include "sundials/priv/sundials_errors_impl.h"
2424
#include "sundials/sundials_errors.h"
2525

2626
#include "sundials_macros.h"

0 commit comments

Comments
 (0)