[gnome-maps/wip/hidpi-icons: 1/2] Align escaped newlines



commit 726ce450a8b4034c3142462048989bf53bbf71d4
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Wed Jul 30 16:27:09 2014 +0200

    Align escaped newlines
    
    Align all escaped newlines at column 72, like in the rest of the
    Makefiles.
    
    Don't align the icon handling stuff since it comes from another
    code base.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727688

 data/icons/Makefile.am |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 55493aa..4dca5a1 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,32 +1,32 @@
 NULL =
 
-public_icons_themes =                          \
-       hicolor                                 \
+public_icons_themes =                                                  \
+       hicolor                                                         \
        $(NULL)
 
-public_icons =                                 \
-       hicolor_apps_16x16_gnome-maps.png       \
-       hicolor_apps_22x22_gnome-maps.png       \
-       hicolor_apps_24x24_gnome-maps.png       \
-       hicolor_apps_32x32_gnome-maps.png       \
-       hicolor_apps_48x48_gnome-maps.png       \
-       hicolor_apps_256x256_gnome-maps.png     \
+public_icons =                                                         \
+       hicolor_apps_16x16_gnome-maps.png                               \
+       hicolor_apps_22x22_gnome-maps.png                               \
+       hicolor_apps_24x24_gnome-maps.png                               \
+       hicolor_apps_32x32_gnome-maps.png                               \
+       hicolor_apps_48x48_gnome-maps.png                               \
+       hicolor_apps_256x256_gnome-maps.png                             \
        $(NULL)
 
 imagesdir = $(datadir)/gnome-maps/pixmaps
-images_DATA =                                   \
-       bubble.svg                              \
-       pin.svg                                 \
-        $(NULL)
+images_DATA =                                                          \
+       bubble.svg                                                      \
+       pin.svg                                                         \
+       $(NULL)
 
-noinst_DATA =                                  \
-       gnome-maps.svg                          \
+noinst_DATA =                                                          \
+       gnome-maps.svg                                                  \
        $(NULL)
 
-EXTRA_DIST =                                   \
-       $(public_icons)                         \
-       $(images_DATA)                          \
-       gnome-maps.svg                          \
+EXTRA_DIST =                                                           \
+       $(public_icons)                                                 \
+       $(images_DATA)                                                  \
+       gnome-maps.svg                                                  \
        $(NULL)
 
 ###############################################################################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]