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



commit 7e53fc309b1c06a9b220988f0efb4cabf0628de5
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 ca072fb..dd7f8a9 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,23 +1,23 @@
 NULL =
 
-public_icons_themes =                          \
-       hicolor                                 \
-       HighContrast                            \
+public_icons_themes =                                                  \
+       hicolor                                                         \
+       HighContrast                                                    \
        $(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             \
-       HighContrast_apps_16x16_gnome-maps.png          \
-       HighContrast_apps_22x22_gnome-maps.png          \
-       HighContrast_apps_24x24_gnome-maps.png          \
-       HighContrast_apps_256x256_gnome-maps.png        \
-       HighContrast_apps_32x32_gnome-maps.png          \
-       HighContrast_apps_48x48_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                             \
+       HighContrast_apps_16x16_gnome-maps.png                          \
+       HighContrast_apps_22x22_gnome-maps.png                          \
+       HighContrast_apps_24x24_gnome-maps.png                          \
+       HighContrast_apps_256x256_gnome-maps.png                        \
+       HighContrast_apps_32x32_gnome-maps.png                          \
+       HighContrast_apps_48x48_gnome-maps.png                          \
        $(NULL)
 
 private_icons =                                                        \
@@ -29,9 +29,9 @@ private_icons =                                                       \
        hicolor_apps_22x22_user-location.png                    \
        $(NULL)
 
-noinst_DATA =                                  \
-       gnome-maps.svg                          \
-       gnome-maps-highcontrast.svg                             \
+noinst_DATA =                                                          \
+       gnome-maps.svg                                                  \
+       gnome-maps-highcontrast.svg                                     \
        $(NULL)
 
 EXTRA_DIST =                                   \


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