Skip to content

Commit ba6a70f

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 984cf97 commit ba6a70f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/module_cell/atom_spec.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Atom
2222
std::vector<bool> iw2_new;
2323
int nw = 0; // number of local orbitals (l,n,m) of this type
2424

25-
void set_index(void);
25+
void set_index();
2626

2727
int type = 0; // Index of atom type
2828
int na = 0; // Number of atoms in this type.
@@ -53,8 +53,8 @@ class Atom
5353
void print_Atom(std::ofstream& ofs);
5454
void update_force(ModuleBase::matrix& fcs);
5555
#ifdef __MPI
56-
void bcast_atom(void);
57-
void bcast_atom2(void);
56+
void bcast_atom();
57+
void bcast_atom2();
5858
#endif
5959
};
6060

0 commit comments

Comments
 (0)