After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 414168 - Mixes spaces and tabs in Makefile.am defs
Mixes spaces and tabs in Makefile.am defs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal trivial
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-03 10:37 UTC by Loïc Minier
Modified: 2007-03-03 13:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Clean up leading spaces (1.69 KB, patch)
2007-03-03 10:37 UTC, Loïc Minier
committed Details | Review

Description Loïc Minier 2007-03-03 10:37:30 UTC
Hi,

While looking for spaces in target definitions, I've noticed that some
Makefile.am files have leading spaces before tabs; this is harmless in
these case (not in a target definition) but I'll attach a patch nevertheless to
cleanup the files.

Bye,
Comment 1 Loïc Minier 2007-03-03 10:37:53 UTC
Created attachment 83799 [details] [review]
Clean up leading spaces
Comment 2 Tim-Philipp Müller 2007-03-03 13:06:52 UTC
2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Loïc Minier <lool+gnome at via ecp fr>

        * ext/libcaca/Makefile.am:
        * gst/debug/Makefile.am:
          Don't mix tabs and spaces (#414168).