Skip to content

Commit 4799d5f

Browse files
committed
fix format
1 parent 7b16632 commit 4799d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/intarray.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void IntArray::create(const int d1, const int d2)
153153
//****************************
154154
// zeroes out the whole array
155155
//****************************
156-
void IntArray::zero_out(void)
156+
void IntArray::zero_out()
157157
{
158158
if (size <= 0)
159159
{

0 commit comments

Comments
 (0)