Skip to content

Commit

Permalink
CQ: Trim trailing whitespace (#4791)
Browse files Browse the repository at this point in the history
* style: Trim trailing whitespaces

* style: Trim trailing whitespaces in mswindows/osgeo4w/ config scripts

* style: Trim trailing whitespaces
  • Loading branch information
echoix authored Dec 5, 2024
1 parent 148d93d commit fc94e29
Show file tree
Hide file tree
Showing 16 changed files with 185 additions and 185 deletions.
6 changes: 3 additions & 3 deletions .cppcheck-suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syntaxError:display/displaydrivers.html
# dist.x86_64-pc-linux-gnu
syntaxError:dist.x86_64-pc-linux-gnu/*

# doc
# doc
syntaxError:doc/*

# docker
Expand All @@ -51,7 +51,7 @@ negativeIndex:imagery/i.atcorr/computations.cpp:1025
syntaxError:include/Makefile
syntaxError:include/VERSION:1

# text files
# text files
syntaxError:INSTALL.md
syntaxError:install-sh
syntaxError:GPL.TXT
Expand Down Expand Up @@ -131,7 +131,7 @@ syntaxError:mswindows/*
invalidFunctionArg:raster/r.sim/simlib/random.c:36
invalidFunctionArg:raster/r.sim/simlib/random.c:57

## Different rules under different ifdef.
## Different rules under different ifdef.
ctuOneDefinitionRuleViolation:raster/r.in.pdal/grassrasterwriter.h:39
syntaxError:raster/rasterintro.html
syntaxError:raster/Makefile:155
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/create-upload-suggestions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ runs:
env:
FORMATTED_URL: >-
[`formatted-${{ steps.tool-name-safe.outputs.tool-name }}`](${{
steps.upload-changes.outputs.artifact-url }})
steps.upload-changes.outputs.artifact-url }})
- name: Fail action if some files were changed
if: >-
${{ (steps.files_changed.outputs.files_changed == 'true') &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
--min-success 100 --config .github/workflows/macos_gunittest.cfg
env:
SampleData: "https://grass.osgeo.org/sampledata/north_carolina/\
nc_spm_full_v2alpha2.tar.gz"
nc_spm_full_v2alpha2.tar.gz"
- name: Make HTML test report available
if: ${{ !cancelled() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down
2 changes: 1 addition & 1 deletion lib/fonts/fonts/cyrilc.hmp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
2801 2802 2823 2805 2806 2821 2804 2822
2809 2810 2811 2812 2813 2814 2815 2816
2832 2817 2818 2819 2820 2807 2803 2829
2828 2808 2825 2830 2826 2824 2827 2832
2828 2808 2825 2830 2826 2824 2827 2832
6 changes: 3 additions & 3 deletions lib/fonts/fonts/fonts.table
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# Descriptive Names for GRASS Stroke Fonts
#
# This file maps a descriptive name to each font file, for use in the
# This file maps a descriptive name to each font file, for use in the
# description field in the fontcap table (generated by g.mkfontcap).
#
# Format: Each line contains the filename followed by the vertical bar
# character | and then the descriptive name.
#
# Note that this file is used purely for the purpose of specifying
# Note that this file is used purely for the purpose of specifying
# descriptive names for the Stroke fonts in this directory.
# $GISBASE/etc/fontcap contains the list of fonts available to the GRASS
# display drivers, and any changes must be reflected there before they are
# display drivers, and any changes must be reflected there before they are
# available for use - g.mkfontcap can do this automatically.
#
cyrilc.hmp|Cyrillic
Expand Down
Loading

0 comments on commit fc94e29

Please sign in to comment.