diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:30 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:30 +0800 |
commit | 0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5 (patch) | |
tree | f275515d16c2992e8df3ab64e35c587ad100900b /libempathy/Makefile.am | |
parent | c649cba9b0f9927ff6230b3f8749445ca838abb7 (diff) | |
download | gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.tar gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.tar.gz gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.tar.bz2 gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.tar.lz gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.tar.xz gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.tar.zst gsoc2013-empathy-0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5.zip |
Correctly align \ characters
svn path=/trunk/; revision=2208
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 7ca8b7104..559d869a7 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -28,7 +28,7 @@ libempathy_la_SOURCES = \ empathy-contact-monitor.c \ empathy-debug.c \ empathy-dispatcher.c \ - empathy-dispatch-operation.c \ + empathy-dispatch-operation.c \ empathy-idle.c \ empathy-irc-network.c \ empathy-irc-network-manager.c \ @@ -72,7 +72,7 @@ libempathy_headers = \ empathy-contact-monitor.h \ empathy-debug.h \ empathy-dispatcher.h \ - empathy-dispatch-operation.h \ + empathy-dispatch-operation.h \ empathy-idle.h \ empathy-irc-network.h \ empathy-irc-network-manager.h \ |