apply clang-format to all headers with some exceptions
This commit is contained in:
@ -26,11 +26,11 @@ namespace LAMMPS_NS {
|
||||
|
||||
class WriteCoeff : public Command {
|
||||
public:
|
||||
WriteCoeff(class LAMMPS *lmp) : Command(lmp) {};
|
||||
WriteCoeff(class LAMMPS *lmp) : Command(lmp){};
|
||||
void command(int, char **);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace LAMMPS_NS
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user