diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-11-18 23:30:10 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-27 14:13:31 +0200 |
commit | 03c40f15c45dc100e958d3a4798a9bf83ce0df34 (patch) | |
tree | e4bc372d34dddd0cb179ef7f8e4f057b5c497fdf /nx-X11/programs/Imakefile | |
parent | 6ca78f2770cffe2662b9364dc97af4493c7e9af8 (diff) | |
download | nx-libs-03c40f15c45dc100e958d3a4798a9bf83ce0df34.tar.gz nx-libs-03c40f15c45dc100e958d3a4798a9bf83ce0df34.tar.bz2 nx-libs-03c40f15c45dc100e958d3a4798a9bf83ce0df34.zip |
Imakefiles: delete trailing whitespace
Diffstat (limited to 'nx-X11/programs/Imakefile')
-rw-r--r-- | nx-X11/programs/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Imakefile b/nx-X11/programs/Imakefile index 743851143..f290e5373 100644 --- a/nx-X11/programs/Imakefile +++ b/nx-X11/programs/Imakefile @@ -25,7 +25,7 @@ XSSRCDIR = Xserver #endif -SUBDIRS = $(XSSRCDIR) +SUBDIRS = $(XSSRCDIR) MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) |