Skip to content

Commit d96f5f3

Browse files
committed
Fixing some indentation
1 parent 322879d commit d96f5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/disco/Character.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Character : public BaseFixedWidthField< Width > {
8181
*iter++ = *viter++;
8282
}
8383
}
84-
};
84+
};
8585

8686
} // disco namespace
8787
} // tools namespace

src/tools/disco/Column.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Column : public BaseFixedWidthField< Width > {
6262
*iter++ = ' ';
6363
}
6464
}
65-
};
65+
};
6666

6767
} // disco namespace
6868
} // tools namespace

0 commit comments

Comments
 (0)