apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-09-10 03:29:32 -04:00
parent ab899861d5
commit 7e6bd892ed
78 changed files with 473 additions and 412 deletions

View File

@ -19,6 +19,7 @@
#include "mliap_model_python.h"
#include "comm.h"
#include "error.h"
#include "lmppython.h"
#include "mliap_data.h"
@ -26,7 +27,6 @@
#include "pair_mliap.h"
#include "python_compat.h"
#include "utils.h"
#include "comm.h"
#include <Python.h>