Whitespace fixes
authorAuke Kok <auke-jan.h.kok@intel.com>
Fri, 6 Aug 2010 23:13:12 +0000 (16:13 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Fri, 6 Aug 2010 23:13:12 +0000 (16:13 -0700)
Makefile
corewatcher.conf

index a3cf0c7..2d0c236 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,12 @@ CFLAGS := -O2 -g -fstack-protector -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototy
 
 MY_CFLAGS := `pkg-config --cflags libnotify gtk+-2.0`
 #
-# pkg-config tends to make programs pull in a ton of libraries, not all 
+# pkg-config tends to make programs pull in a ton of libraries, not all
 # are needed. -Wl,--as-needed tells the linker to just drop unused ones,
 # and that makes the applet load faster and use less memory.
 #
 LDF_A := -Wl,--as-needed `pkg-config --libs libnotify gtk+-2.0`
-LDF_D := -Wl,--as-needed `pkg-config --libs glib-2.0 dbus-glib-1` `curl-config --libs` -Wl,"-z relro" -Wl,"-z now" 
+LDF_D := -Wl,--as-needed `pkg-config --libs glib-2.0 dbus-glib-1` `curl-config --libs` -Wl,"-z relro" -Wl,"-z now"
 
 all:   corewatcher corewatcher-applet corewatcher.8.gz
 
@@ -27,7 +27,7 @@ noui: corewatcher corewatcher.8.gz
 
 .c.o:
        $(CC) $(CFLAGS) $(MY_CFLAGS) -c -o $@ $<
+
 
 corewatcher:   corewatcher.o submit.o coredump.o configfile.o find_file.o corewatcher.h
        gcc corewatcher.o submit.o coredump.o configfile.o find_file.o $(LDF_D) -o corewatcher
@@ -94,4 +94,3 @@ dist:
        git tag v$(VERSION)
        git archive --format=tar --prefix="corewatcher-$(VERSION)/" v$(VERSION) | \
                gzip > corewatcher-$(VERSION).tar.gz
-
index 9cfd96d..a091542 100644 (file)
@@ -13,7 +13,7 @@
 # output to the corewatcher.org website, where it will be available via
 # this website to developers and everyone else.
 # The submitted info are so-called "backtraces", application crash signature.
-# However, due to the nature of backtraces, it may happen that a few 
+# However, due to the nature of backtraces, it may happen that a few
 # user inputs are being sent together
 # with the backtrace.
 #
@@ -22,7 +22,7 @@
 allow-submit = ask
 
 #
-# Set the following variable to "yes" if you want to allow your 
+# Set the following variable to "yes" if you want to allow your
 # Linux distribution vendor to pass the backtraces on to the central corewatcher.org
 # database as used by the MeeGo developers
 #