diff options
author | Laurent Napias <[email protected]> | 2019-06-29 10:46:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-01 18:38:12 +0200 |
commit | 3c4165189dce94303efa1744ecfd6c728d2db5ec (patch) | |
tree | fd104044ae3a367b25558053c4610490bb013680 /src/fr-stock.c | |
parent | e48cd4649f7a448ed585634e206347cab5b86051 (diff) | |
download | engrampa-3c4165189dce94303efa1744ecfd6c728d2db5ec.tar.bz2 engrampa-3c4165189dce94303efa1744ecfd6c728d2db5ec.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'src/fr-stock.c')
-rw-r--r-- | src/fr-stock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fr-stock.c b/src/fr-stock.c index 7b5614f..a8a505f 100644 --- a/src/fr-stock.c +++ b/src/fr-stock.c @@ -41,17 +41,17 @@ static const struct { static const GtkStockItem stock_items [] = { { FR_STOCK_CREATE_ARCHIVE, N_("C_reate"), 0, 0, GETTEXT_PACKAGE }, { FR_STOCK_ADD_FILES, N_("_Add"), 0, 0, GETTEXT_PACKAGE }, - { FR_STOCK_ADD_FOLDER, N_("_Add"), 0, 0, GETTEXT_PACKAGE }, + { FR_STOCK_ADD_FOLDER, N_("_Add"), 0, 0, GETTEXT_PACKAGE }, { FR_STOCK_EXTRACT, N_("_Extract"), 0, 0, GETTEXT_PACKAGE } }; void fr_stock_init (void) -{ +{ GtkIconFactory *factory; GtkIconSource *source; int i; - + if (stock_initialized) return; stock_initialized = TRUE; |