Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/plasma5/plasma-all.xml

    r7999839 r8558044  
    119119    <xref linkend='qtwebengine'/>,
    120120    <xref linkend="xorg-synaptics-driver"/>,
    121     <ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</ulink>, 
     121    <ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</ulink>,
    122122    <ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>,
    123123    <ulink url="https://gpsd.gitlab.io/gpsd/">libgps</ulink>,
     
    127127    <ulink url="https://www.freedesktop.org/software/PackageKit/releases/">packagekit-qt</ulink>,
    128128    <ulink url="http://qalculate.github.io/">Qalculate</ulink>,
    129     <ulink url="https://launchpad.net/qapt">Qapt</ulink>, 
     129    <ulink url="https://launchpad.net/qapt">Qapt</ulink>,
    130130    <ulink url="https://github.com/osiam/osiam">SCIM</ulink>, and
    131131    <ulink url="http://www.dest-unreach.org/socat/">socat</ulink> (for pam_kwallet)
     
    135135    <para>
    136136      Only two plasma packages optionally use <xref linkend="qtwebengine"/>:
    137       libksysguard and kdeplasma-addons. If QtWebEngine is installed later, 
     137      libksysguard and kdeplasma-addons. If QtWebEngine is installed later,
    138138      only those two packages have to be rebuilt. This allows to provide
    139139      a more complete display in the system monitor application.
     
    277277           sed -i '/set.HAVE_X11/a set(X11_FOUND 1)' CMakeLists.txt
    278278         ;;
    279      
     279
    280280         khotkeys)
    281281           sed -i '/X11Extras/a set(X11_FOUND 1)' CMakeLists.txt
    282282         ;;
    283      
     283
    284284         plasma-desktop)
    285285           sed -i '/X11.h)/i set(X11_FOUND 1)' CMakeLists.txt
     
    362362      </para>
    363363
    364 <screen role="root"><userinput>cat &gt; /etc/pam.d/kde &lt;&lt; "EOF" 
     364<screen role="root"><userinput>cat &gt; /etc/pam.d/kde &lt;&lt; "EOF"
    365365<literal># Begin /etc/pam.d/kde
    366366
     
    378378EOF
    379379
    380 cat &gt; /etc/pam.d/kde-np &lt;&lt; "EOF" 
     380cat &gt; /etc/pam.d/kde-np &lt;&lt; "EOF"
    381381<literal># Begin /etc/pam.d/kde-np
    382382
Note: See TracChangeset for help on using the changeset viewer.