Align visually to the rest of the file. Note the different indentation in the first hunk (tabs/space).
Signed-off-by: Dirk Wallenstein <[email protected]> --- xorg.modules | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/xorg.modules b/xorg.modules index 616fd6e..1934334 100644 --- a/xorg.modules +++ b/xorg.modules @@ -38,18 +38,14 @@ </autotools> <autotools id="xorg-sgml-doctools"> - <branch repo="git.freedesktop.org" - module="xorg/doc/xorg-sgml-doctools" - checkoutdir="xorg/doc/xorg-sgml-doctools" /> + <branch repo="git.freedesktop.org" module="xorg/doc/xorg-sgml-doctools" checkoutdir="xorg/doc/xorg-sgml-doctools" /> <dependencies> <dep package="macros"/> </dependencies> </autotools> <autotools id="xorg-docs"> - <branch repo="git.freedesktop.org" - module="xorg/doc/xorg-docs" - checkoutdir="xorg/doc/xorg-docs" /> + <branch repo="git.freedesktop.org" module="xorg/doc/xorg-docs" checkoutdir="xorg/doc/xorg-docs" /> <dependencies> <dep package="xorg-sgml-doctools"/> <dep package="macros"/> @@ -536,12 +532,10 @@ <autotools id="pixman"> <branch repo="git.freedesktop.org" module="pixman" checkoutdir="xorg/lib/pixman"/> - <dependencies/> </autotools> <autotools id="libpciaccess"> <branch repo="git.freedesktop.org" module="xorg/lib/libpciaccess" checkoutdir="xorg/lib/libpciaccess"/> - <dependencies/> </autotools> <!-- the Mesa module, which provides libGL, libGLU, and DRI drivers --> @@ -862,6 +856,7 @@ <autotools id="xvinfo"> <branch repo="git.freedesktop.org" module="xorg/app/xvinfo" checkoutdir="xorg/app/xvinfo" /> </autotools> + <autotools id="xwd"> <branch repo="git.freedesktop.org" module="xorg/app/xwd" checkoutdir="xorg/app/xwd" /> <dependencies> -- 1.7.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
