<p>In <a href="https://github.com/geany/geany/pull/1142#discussion_r71563112">Makefile.am</a>:</p>
<pre style='color:#555'>> @@ -17,6 +17,7 @@ WIN32_BUILD_FILES = \
> EXTRA_DIST = \
> autogen.sh \
> scripts/gen-api-gtkdoc.py \
> + geany.appdata.xml.in \
</pre>
<p>Sure, because GitHub uses tab stops of 8 and doesn't display tabs or spaces themselves, so it alignes,but it should be exactly one tab like the other lines, not 4 spaces. And you can see in the diff that it's not aligned.</p>
<div class="highlight highlight-source-diff"><pre><span class="pl-c1">diff --git a/Makefile.am b/Makefile.am</span>
index c5d2a90..ffa9b33 100644
<span class="pl-md">--- a/Makefile.am</span>
<span class="pl-mi1">+++ b/Makefile.am</span>
<span class="pl-mdr">@@ -17,7 +17,7 @@</span> WIN32_BUILD_FILES = \
EXTRA_DIST = \
autogen.sh \
scripts/gen-api-gtkdoc.py \
<span class="pl-md">- geany.appdata.xml.in \</span>
<span class="pl-mi1">+ geany.appdata.xml.in \</span>
geany.desktop.in \
geany.pc.in \
geany.spec \
<span class="pl-mdr">@@ -87,8 +87,7 @@</span> desktop_in_files = geany.desktop
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
<span class="pl-md">-appdata_in_files = geany.appdata.xml.in</span>
<span class="pl-md">-</span>
appdatadir = $(datadir)/appdata
<span class="pl-mi1">+appdata_in_files = geany.appdata.xml.in</span>
nodist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@</pre></div>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1142/files/7097a9db8ca5b031667c451d4e8802ee35047cd4#r71563112">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJz0hhlTS7MP31bDLvml2r5bTzzUaks5qXlJbgaJpZM4JPu0w">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzf2RW0lztZV_U1Tj42VBIx7Z_SCks5qXlJbgaJpZM4JPu0w.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/1142/files/7097a9db8ca5b031667c451d4e8802ee35047cd4#r71563112"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>