update formatting in src folder with clang-format

This commit is contained in:
Axel Kohlmeyer
2021-08-23 20:46:09 -04:00
parent cb19806020
commit 8f71979ba1
8 changed files with 61 additions and 60 deletions

View File

@ -13,8 +13,8 @@
#include "lammps.h"
#include "input.h"
#include "accelerator_kokkos.h"
#include "input.h"
#if defined(LAMMPS_EXCEPTIONS)
#include "exceptions.h"
#endif