Skip to content

Commit fc94e29

Browse files
authored
CQ: Trim trailing whitespace (#4791)
* style: Trim trailing whitespaces * style: Trim trailing whitespaces in mswindows/osgeo4w/ config scripts * style: Trim trailing whitespaces
1 parent 148d93d commit fc94e29

File tree

16 files changed

+185
-185
lines changed

16 files changed

+185
-185
lines changed

.cppcheck-suppressions

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ syntaxError:display/displaydrivers.html
2929
# dist.x86_64-pc-linux-gnu
3030
syntaxError:dist.x86_64-pc-linux-gnu/*
3131

32-
# doc
32+
# doc
3333
syntaxError:doc/*
3434

3535
# docker
@@ -51,7 +51,7 @@ negativeIndex:imagery/i.atcorr/computations.cpp:1025
5151
syntaxError:include/Makefile
5252
syntaxError:include/VERSION:1
5353

54-
# text files
54+
# text files
5555
syntaxError:INSTALL.md
5656
syntaxError:install-sh
5757
syntaxError:GPL.TXT
@@ -131,7 +131,7 @@ syntaxError:mswindows/*
131131
invalidFunctionArg:raster/r.sim/simlib/random.c:36
132132
invalidFunctionArg:raster/r.sim/simlib/random.c:57
133133

134-
## Different rules under different ifdef.
134+
## Different rules under different ifdef.
135135
ctuOneDefinitionRuleViolation:raster/r.in.pdal/grassrasterwriter.h:39
136136
syntaxError:raster/rasterintro.html
137137
syntaxError:raster/Makefile:155

.github/actions/create-upload-suggestions/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ runs:
225225
env:
226226
FORMATTED_URL: >-
227227
[`formatted-${{ steps.tool-name-safe.outputs.tool-name }}`](${{
228-
steps.upload-changes.outputs.artifact-url }})
228+
steps.upload-changes.outputs.artifact-url }})
229229
- name: Fail action if some files were changed
230230
if: >-
231231
${{ (steps.files_changed.outputs.files_changed == 'true') &&

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
--min-success 100 --config .github/workflows/macos_gunittest.cfg
105105
env:
106106
SampleData: "https://grass.osgeo.org/sampledata/north_carolina/\
107-
nc_spm_full_v2alpha2.tar.gz"
107+
nc_spm_full_v2alpha2.tar.gz"
108108
- name: Make HTML test report available
109109
if: ${{ !cancelled() }}
110110
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3

lib/fonts/fonts/cyrilc.hmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
2801 2802 2823 2805 2806 2821 2804 2822
2020
2809 2810 2811 2812 2813 2814 2815 2816
2121
2832 2817 2818 2819 2820 2807 2803 2829
22-
2828 2808 2825 2830 2826 2824 2827 2832
22+
2828 2808 2825 2830 2826 2824 2827 2832

lib/fonts/fonts/fonts.table

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
22
# Descriptive Names for GRASS Stroke Fonts
33
#
4-
# This file maps a descriptive name to each font file, for use in the
4+
# This file maps a descriptive name to each font file, for use in the
55
# description field in the fontcap table (generated by g.mkfontcap).
66
#
77
# Format: Each line contains the filename followed by the vertical bar
88
# character | and then the descriptive name.
99
#
10-
# Note that this file is used purely for the purpose of specifying
10+
# Note that this file is used purely for the purpose of specifying
1111
# descriptive names for the Stroke fonts in this directory.
1212
# $GISBASE/etc/fontcap contains the list of fonts available to the GRASS
13-
# display drivers, and any changes must be reflected there before they are
13+
# display drivers, and any changes must be reflected there before they are
1414
# available for use - g.mkfontcap can do this automatically.
1515
#
1616
cyrilc.hmp|Cyrillic

0 commit comments

Comments
 (0)