use clang-tidy and clang-format to update/modernize/simplify code

This commit is contained in:
Axel Kohlmeyer
2022-05-31 14:46:57 -04:00
parent 7c0c7ce93c
commit 234b9f180a
19 changed files with 146 additions and 132 deletions

View File

@ -29,7 +29,7 @@
using LAMMPS_NS::utils::split_words;
using LAMMPS_NS::utils::trim;
TestConfigReader::TestConfigReader(TestConfig &config) : YamlReader(), config(config)
TestConfigReader::TestConfigReader(TestConfig &config) : config(config)
{
consumers["lammps_version"] = &TestConfigReader::lammps_version;
consumers["tags"] = &TestConfigReader::tags;