mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Remove trailing space
This commit is contained in:
parent
e4db4f5153
commit
020ccfcce7
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ Prerequisites (needs root):
|
|||
|
||||
On a 'freshly installed' Ubuntu 16.04 (32bit), the following
|
||||
additional packages had to be installed:
|
||||
|
||||
|
||||
- python-setuptools
|
||||
- javasdk (ubuntu: default jdk)
|
||||
- cython (ubuntu: cython)
|
||||
|
@ -29,7 +29,7 @@ Prerequisites (needs root):
|
|||
- dev-media-libs/sdl2-ttf
|
||||
- dev-media-libs/gstreamer
|
||||
- dev-vcs/git
|
||||
- dev-java/ant
|
||||
- dev-java/ant
|
||||
|
||||
and python modules:
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ my $finder = Test::TrailingSpace->new(
|
|||
{
|
||||
root => '.',
|
||||
filename_regex =>
|
||||
qr/(?:(?:\.(?:t|pm|pl|PL|yml|json|arc|vim|py|tcl))|README(?:\.md)?|Changes|LICENSE|MANIFEST(?:\.in)?|AUTHORS|COPYING)\z/,
|
||||
qr/(?:(?:\.(?:t|pm|pl|PL|yml|json|arc|vim|py|tcl))|README(?:[\.\w]*)|Changes|LICENSE|MANIFEST(?:\.in)?|AUTHORS|COPYING)\z/,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue