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

Commit e9c34ad

Browse files
committed
Small indentation fix
1 parent 83e43f2 commit e9c34ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)