summaryrefslogtreecommitdiff
path: root/src/caja-window.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 10:25:23 +0200
committerraveit65 <[email protected]>2022-07-21 19:33:49 +0200
commit076fa5473af6751abb7f1c9546bc1e5ef458eb53 (patch)
tree2d388bbc5a89ba5c914e82575410751c23d2487b /src/caja-window.c
parent8a8185638aac9cb3425d24032266fc68041033f9 (diff)
downloadcaja-076fa5473af6751abb7f1c9546bc1e5ef458eb53.tar.bz2
caja-076fa5473af6751abb7f1c9546bc1e5ef458eb53.tar.xz
Remove trailing spaces/tabs
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
Diffstat (limited to 'src/caja-window.c')
-rw-r--r--src/caja-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-window.c b/src/caja-window.c
index 809eeb26..f7449279 100644
--- a/src/caja-window.c
+++ b/src/caja-window.c
@@ -320,7 +320,7 @@ caja_window_new_window (CajaWindow *window)
current_slot = window->details->active_pane->active_slot;
location = caja_window_slot_get_location (current_slot);
- if (location != NULL)
+ if (location != NULL)
{
CajaWindow *new_window;
CajaWindowSlot *new_slot;