Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 6452837

Browse files
iomaganarisolupton
authored andcommitted
Small indentation fix
1 parent 7a230ba commit 6452837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreneuron/sim/fadvance_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void dt2thread(double adt) { /* copied from nrnoc/fadvance.c */
8282
async(nt->streams[nt->stream_id]) if (nt->compute_gpu))
8383
// clang-format off
8484
nrn_pragma_omp(target update to(nt->_t, nt->_dt, nt->cj)
85-
if(nt->compute_gpu))
85+
if(nt->compute_gpu))
8686
// clang-format on
8787
}
8888
}

0 commit comments

Comments
 (0)