From 1769e99ff8cfae073a22c03e196c6f9a4c4d9ced Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 1 Dec 2018 17:59:23 +0100 Subject: Fix coding style --- src/verbs.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/verbs.h') diff --git a/src/verbs.h b/src/verbs.h index 153d793ab..7aa62ff01 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -38,22 +38,22 @@ class View; */ enum { /* Header */ - SP_VERB_INVALID, /**< A dummy verb to represent doing something wrong. */ - SP_VERB_NONE, /**< A dummy verb to represent not having a verb. */ + SP_VERB_INVALID, /**< A dummy verb to represent doing something wrong. */ + SP_VERB_NONE, /**< A dummy verb to represent not having a verb. */ /* File */ - SP_VERB_FILE_NEW, /**< A new file in a new window. */ - SP_VERB_FILE_OPEN, /**< Open a file. */ - SP_VERB_FILE_REVERT, /**< Revert this file to its original state. */ - SP_VERB_FILE_SAVE, /**< Save the current file with its saved filename */ - SP_VERB_FILE_SAVE_AS, /**< Save the current file with a new filename */ - SP_VERB_FILE_SAVE_A_COPY, /**< Save a copy of the current file */ - SP_VERB_FILE_SAVE_TEMPLATE, /**< Save the ciurrent document as template */ + SP_VERB_FILE_NEW, /**< A new file in a new window. */ + SP_VERB_FILE_OPEN, /**< Open a file. */ + SP_VERB_FILE_REVERT, /**< Revert this file to its original state. */ + SP_VERB_FILE_SAVE, /**< Save the current file with its saved filename */ + SP_VERB_FILE_SAVE_AS, /**< Save the current file with a new filename */ + SP_VERB_FILE_SAVE_A_COPY, /**< Save a copy of the current file */ + SP_VERB_FILE_SAVE_TEMPLATE, /**< Save the ciurrent document as template */ SP_VERB_FILE_PRINT, SP_VERB_FILE_VACUUM, SP_VERB_FILE_IMPORT, -// SP_VERB_FILE_EXPORT, + // SP_VERB_FILE_EXPORT, SP_VERB_FILE_IMPORT_FROM_OCAL, /**< Import the file from Open Clip Art Library */ -// SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open Clip Art Library */ + // SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open Clip Art Library */ SP_VERB_FILE_NEXT_DESKTOP, SP_VERB_FILE_PREV_DESKTOP, SP_VERB_FILE_CLOSE_VIEW, @@ -301,7 +301,7 @@ enum { SP_VERB_VIEW_COLOR_MODE_NORMAL, SP_VERB_VIEW_COLOR_MODE_GRAYSCALE, -// SP_VERB_VIEW_COLOR_MODE_PRINT_COLORS_PREVIEW, + // SP_VERB_VIEW_COLOR_MODE_PRINT_COLORS_PREVIEW, SP_VERB_VIEW_COLOR_MODE_TOGGLE, SP_VERB_VIEW_TOGGLE_SPLIT, SP_VERB_VIEW_CMS_TOGGLE, @@ -346,7 +346,7 @@ enum { SP_VERB_HELP_ABOUT_EXTENSIONS, SP_VERB_HELP_MEMORY, SP_VERB_HELP_ABOUT, - //SP_VERB_SHOW_LICENSE, + // SP_VERB_SHOW_LICENSE, /* Tutorials */ SP_VERB_TUTORIAL_BASIC, SP_VERB_TUTORIAL_SHAPES, -- cgit v1.2.3