diff options
author | rbuj <[email protected]> | 2021-10-27 17:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:50:14 +0100 |
commit | 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch) | |
tree | 9c68212e8ba254df3dc80cd091b8fd3198a9b643 /libcaja-private/caja-directory.c | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'libcaja-private/caja-directory.c')
-rw-r--r-- | libcaja-private/caja-directory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcaja-private/caja-directory.c b/libcaja-private/caja-directory.c index 1bb1518b..d3f75ff3 100644 --- a/libcaja-private/caja-directory.c +++ b/libcaja-private/caja-directory.c @@ -320,7 +320,6 @@ caja_directory_get_existing (GFile *location) return caja_directory_get_internal (location, FALSE); } - CajaDirectory * caja_directory_get_by_uri (const char *uri) { @@ -885,7 +884,6 @@ caja_directory_notify_files_added (GList *files) * we must invalidate it's item count. */ - file = NULL; parent = g_file_get_parent (location); if (parent) @@ -1554,7 +1552,6 @@ caja_directory_match_pattern (CajaDirectory *directory, const char *pattern) GList *files, *l, *ret; GPatternSpec *spec; - ret = NULL; spec = g_pattern_spec_new (pattern); |