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
  • general/prog/cmake.xml

    r7999839 r8558044  
    9090    <bridgehead renderas="sect4">Required</bridgehead>
    9191    <para role="required">
    92       <xref linkend="libuv"/> 
     92      <xref linkend="libuv"/>
    9393    </para>
    9494
     
    152152    </para>
    153153
    154     <para> 
     154    <para>
    155155      If you want to investigate a problem with a given "problem1-test",
    156156      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
     
    175175
    176176    <para>
    177       <command>sed ... Modules/GNUInstallDirs.cmake</command>: 
    178       This command disables applications using cmake from attempting to 
     177      <command>sed ... Modules/GNUInstallDirs.cmake</command>:
     178      This command disables applications using cmake from attempting to
    179179      install files in /usr/lib64/.
    180180    </para>
     
    208208
    209209    <para>
    210       <option>--parallel=</option>: This switch enables performing the 
     210      <option>--parallel=</option>: This switch enables performing the
    211211      <application>CMake</application> bootstrap with multiple jobs
    212212      at one time.
Note: See TracChangeset for help on using the changeset viewer.