Skip to content

Commit b30bb65

Browse files
committed
Fix documentation indent
to comply with the coding standard.
1 parent 64a0dc2 commit b30bb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-harness/recursive_initialization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct recursive_initialization_configt
4343
/// \param option: the user option name
4444
/// \param values: the (one-or-more) values for this option
4545
/// \return true if the option belonged to recursive initialisation and was
46-
/// successfully parsed here
46+
/// successfully parsed here
4747
bool handle_option(
4848
const std::string &option,
4949
const std::list<std::string> &values);

0 commit comments

Comments
 (0)