Cleanup: Fix alignment after NULL -> nullptr change.
This commit is contained in:

committed by
Charles Pigott

parent
410b81537c
commit
4f052fc2a4
@@ -418,7 +418,7 @@ static const OptionData _opts[] = {
|
||||
GETOPT_NOVAL( 't', "--todo"),
|
||||
GETOPT_NOVAL( 'w', "--warning"),
|
||||
GETOPT_NOVAL( 'h', "--help"),
|
||||
GETOPT_GENERAL('h', '?', nullptr, ODF_NO_VALUE),
|
||||
GETOPT_GENERAL('h', '?', nullptr, ODF_NO_VALUE),
|
||||
GETOPT_VALUE( 's', "--source_dir"),
|
||||
GETOPT_VALUE( 'd', "--dest_dir"),
|
||||
GETOPT_END(),
|
||||
|
Reference in New Issue
Block a user