Skip to content

Commit a69a540

Browse files
committed
Remove trailing white space
1 parent 368d87c commit a69a540

24 files changed

+45
-54
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ Icons of Files are missing?:
145145
Desktop Icon Support:
146146

147147
PCManFM provides very basic support for desktop icons.
148-
Before version 0.3.6.2, using this is strongly discouraged since there are some
148+
Before version 0.3.6.2, using this is strongly discouraged since there are some
149149
performance problems in this part. In 0.3.6.2 this is partially fixed.
150-
Since version 0.3.9, the desktop icon support is completely re-designed and
150+
Since version 0.3.9, the desktop icon support is completely re-designed and
151151
re-written. The performance problem was solved, and the functionality is already
152152
acceptable. Drag and drop support for desktop icons is finally added in 0.4.3.
153-
So, upgrading to 0.4 series is strongly encoraged. Don't use the deprecated 0.2.x and
153+
So, upgrading to 0.4 series is strongly encoraged. Don't use the deprecated 0.2.x and
154154
0.3.x series unless you have really good reasons.
155155

156156
If you only need to set the desktop wallpaper and don't need the icons,
@@ -162,9 +162,9 @@ Desktop Icon Support:
162162

163163
Where is the "Trash Can"?
164164

165-
Currently we haven't support this yet. Having a correctly working tash can is
165+
Currently we haven't support this yet. Having a correctly working tash can is
166166
not as easy as you think. It's actually much more complicated than simply moving
167-
the files to ~/.Trash. To implement a standard-compliant, correct, and safe
167+
the files to ~/.Trash. To implement a standard-compliant, correct, and safe
168168
trash can is not an easy task. To see is to believe, read the spec yourself:
169169
This is the current proposed Freedesktop.org "Trash Spec"
170170
http://www.ramendik.ru/docs/trashspec.html

TODO

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
1. Support user scripts for mime-type handling. (Add user
1+
1. Support user scripts for mime-type handling. (Add user
22
extended options in popup menu for selected files) PENDING
33
2. Improve desktop icon support.
44
3. Support remote file systems via FUSE.
55
4. Support tags
6-

autogen.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
(grep "^AC_PROG_INTLTOOL" $srcdir/configure.in >/dev/null) && {
3232
(intltoolize --version) < /dev/null > /dev/null 2>&1 || {
33-
echo
33+
echo
3434
echo "**Error**: You must have \`intltool' installed."
3535
echo "You can get it from:"
3636
echo " ftp://ftp.gnome.org/pub/GNOME/"
@@ -102,7 +102,7 @@ xlc )
102102
esac
103103

104104
for coin in `find $srcdir -name configure.in -print`
105-
do
105+
do
106106
dr=`dirname $coin`
107107
if test -f $dr/NO-AUTO-GEN; then
108108
echo skipping $dr -- flagged as no auto-gen
@@ -129,7 +129,7 @@ do
129129
xml-i18n-toolize --copy --force --automake
130130
fi
131131
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
132-
if test -z "$NO_LIBTOOLIZE" ; then
132+
if test -z "$NO_LIBTOOLIZE" ; then
133133
echo "Running libtoolize..."
134134
libtoolize --force --copy
135135
fi

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ case `$LD -Bsymbolic-functions -v 2>&1 </dev/null` in
6060
LDFLAGS="$LDFLAGS -Wl,-Bsymbolic-functions"
6161
AC_MSG_RESULT([yes])
6262
;;
63-
*)
63+
*)
6464
AC_MSG_RESULT([no])
6565
;;
6666
esac

data/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ EXTRA_DIST = \
3434
$(ui_DATA)
3535

3636
CLEANFILES = \
37-
$(ui_DATA)
37+
$(ui_DATA)
3838

3939
# Generate GtkBuilder UI files from Glade files
4040
%.ui: %.glade
4141
# $(GTK_BUILDER_CONVERT) $< $@
4242
$(top_srcdir)/gtk-builder-convert $< $@
4343
# $(top_builddir)/src/xml-purge $@
44-

data/mount.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file contains default mount options for pcmanfm
2-
# If mount options are already specfied for a volume in /etc/fstab, then
2+
# If mount options are already specfied for a volume in /etc/fstab, then
33
# 'mount' command will be used, and it will follow /etc/fstab.
44
# If a volume is not defined in /etc/fstab, such as removable usb disk,
55
# the mount options defined in this file will be used.

src/exo/exo-icon-view.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ exo_icon_view_get_path_at_pos (const ExoIconView *icon_view,
49574957

49584958
/* translate the widget coordinates to icon window coordinates */
49594959
/*
4960-
NOTE by Hong Jen Yee: This should be disabled for pcmanfm to work. So weird.
4960+
NOTE by Hong Jen Yee: This should be disabled for pcmanfm to work. So weird.
49614961
x += icon_view->priv->hadjustment->value;
49624962
y += icon_view->priv->vadjustment->value;
49634963
*/

src/find-files.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ static void on_add_search_browse(GtkWidget* menu, FindFile* data)
702702
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
703703
GTK_STOCK_OPEN, GTK_RESPONSE_OK,
704704
NULL );
705-
705+
706706
gtk_dialog_set_alternative_button_order( GTK_DIALOG( dlg ), GTK_RESPONSE_OK, GTK_RESPONSE_CANCEL );
707707
if( gtk_dialog_run( GTK_DIALOG( dlg ) ) == GTK_RESPONSE_OK )
708708
{

src/libmd5-rfc/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef struct md5_state_s {
7171
} md5_state_t;
7272

7373
#ifdef __cplusplus
74-
extern "C"
74+
extern "C"
7575
{
7676
#endif
7777

src/main-window.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,19 +630,19 @@ void fm_main_window_init( FMMainWindow* main_window )
630630

631631
closure = g_cclosure_new_swap( G_CALLBACK(fm_main_window_edit_address), main_window, NULL );
632632
gtk_accel_group_connect( main_window->accel_group, GDK_D, GDK_MOD1_MASK, 0, closure );
633-
633+
634634
/* Add shortcut keys Ctrl+PageUp/PageDown and Ctrl+Tab/Ctrl+Shift+Tab to swtich tabs */
635635
closure = g_cclosure_new_swap( G_CALLBACK(fm_main_window_next_tab), main_window, NULL );
636636
gtk_accel_group_connect( main_window->accel_group, GDK_Page_Down, GDK_CONTROL_MASK, 0, closure );
637-
637+
638638
closure = g_cclosure_new_swap( G_CALLBACK(fm_main_window_prev_tab), main_window, NULL );
639639
gtk_accel_group_connect( main_window->accel_group, GDK_Page_Up, GDK_CONTROL_MASK, 0, closure );
640-
640+
641641
/* No way to assign Tab with accel group (http://bugzilla.gnome.org/show_bug.cgi?id=123994) */
642642
g_signal_connect( G_OBJECT( main_window ), "key-press-event",
643643
G_CALLBACK( on_main_window_keypress ), NULL );
644644

645-
645+
646646
g_signal_connect( main_window->address_bar, "activate",
647647
G_CALLBACK(on_address_bar_activate), main_window );
648648
gtk_box_pack_start ( GTK_BOX ( hbox ), GTK_WIDGET( main_window->address_bar ), TRUE, TRUE, 0 );
@@ -780,7 +780,7 @@ fm_main_window_prev_tab ( FMMainWindow* widget )
780780
{
781781
if ( gtk_notebook_get_current_page( widget->notebook ) == 0 )
782782
{
783-
gtk_notebook_set_current_page( widget->notebook,
783+
gtk_notebook_set_current_page( widget->notebook,
784784
gtk_notebook_get_n_pages( widget->notebook ) - 1 );
785785
}
786786
else

0 commit comments

Comments
 (0)