Format code correctly
This commit is contained in:
@@ -69,7 +69,7 @@ static char* theme_name = NULL;
|
||||
int
|
||||
main(int argc, char** argv)
|
||||
{
|
||||
if (argc == 2 && g_strcmp0(PACKAGE_STATUS, "development") == 0) {
|
||||
if (argc == 2 && g_strcmp0(PACKAGE_STATUS, "development") == 0) {
|
||||
if (g_strcmp0(argv[1], "docgen") == 0) {
|
||||
command_docgen();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user