Get rid of trailing whitespaces (14 / 14)

Remove  trailing whitespaces
Differential Revision: https://phab.enlightenment.org/D12006
This commit is contained in:
Elyes HAOUAS 2020-06-20 09:47:56 +00:00 committed by Stefan Schmidt
parent 47b71d898e
commit e137478dc5
5 changed files with 7 additions and 7 deletions

View File

@ -69,7 +69,7 @@ _efl_file_mmap_set(Eo *obj, Efl_File_Data *pd, const Eina_File *f)
if (pd->file) eina_file_close(pd->file); // close matching open (dup above) OK
pd->file = file;
pd->loaded = EINA_FALSE;
if (!pd->setting)
{
/* avoid infinite recursion */
@ -138,7 +138,7 @@ _efl_file_key_get(const Eo *obj EINA_UNUSED, Efl_File_Data *pd)
return pd->key;
}
EOLIAN static Eina_Bool
EOLIAN static Eina_Bool
_efl_file_loaded_get(const Eo *obj EINA_UNUSED, Efl_File_Data *pd)
{
return pd->loaded;

View File

@ -1377,7 +1377,7 @@ _next_command(char *path, char *cmd, double *arr, int *count)
path++;
*count = _number_count(*cmd);
}
else
else
{
if (*cmd == 'm')
*cmd = 'l';

View File

@ -123,9 +123,9 @@ extern "C" {
int micro; /** < micro (bugfix, internal improvements, no new features version) */
int revision; /** < git revision (0 if a proper release or the git revision number Efreet is built from) */
} Efreet_Version;
EAPI extern Efreet_Version *efreet_version;
#include "efreet_base.h"
#include "efreet_ini.h"
#include "efreet_icon.h"

View File

@ -67,7 +67,7 @@ EAPI const char *efreet_trash_dir_get(const char *for_file);
* will be deleted permanently
* @return @c 1 on success, @c 0 on failure or @c -1 in case the uri is not on
* the same filesystem and force_delete is not set.
* @brief This function try to move the given uri to the trash. Files on
* @brief This function try to move the given uri to the trash. Files on
* different filesystem can't be moved to trash. If force_delete
* is @c 0 than non-local files will be ignored and @c -1 is returned, if you set
* force_delete to @c 1 non-local files will be deleted without asking.

View File

@ -17,7 +17,7 @@ typedef struct Efreet_Uri Efreet_Uri;
/**
* Efreet_Uri
* @brief Contains a simple rappresentation of an uri. The string don't have
* @brief Contains a simple rappresentation of an uri. The string don't have
* special chars escaped.
*/
struct Efreet_Uri