aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-11-18 23:30:10 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-27 14:20:56 +0200
commitacd7de885d19106eab28c50a10a6bff812407923 (patch)
treee4bc372d34dddd0cb179ef7f8e4f057b5c497fdf /nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
parentf8a664e65c6ffa9fce0d5ec24a6ca8b9dde3daa7 (diff)
downloadnx-libs-acd7de885d19106eab28c50a10a6bff812407923.tar.gz
nx-libs-acd7de885d19106eab28c50a10a6bff812407923.tar.bz2
nx-libs-acd7de885d19106eab28c50a10a6bff812407923.zip
Imakefiles: delete trailing whitespace
Diffstat (limited to 'nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc')
-rw-r--r--nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc b/nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
index 567ad65b8..5d55a5855 100644
--- a/nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
+++ b/nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
@@ -1,7 +1,7 @@
MESASWRSETUPDIR = MesaSwrastSetupBuildDir
MESA_SWR_SETUP_SRCS = $(MESASWRSETUPDIR)ss_context.c \
- $(MESASWRSETUPDIR)ss_triangle.c
+ $(MESASWRSETUPDIR)ss_triangle.c
#ifdef NeedToLinkMesaSrc
LinkSourceFile(ss_context.c, $(MESASRCDIR)/src/mesa/swrast_setup)
@@ -13,18 +13,18 @@ LinkSourceFile(swrast_setup.h, $(MESASRCDIR)/src/mesa/swrast_setup)
#endif
MESA_SWR_SETUP_OBJS = $(MESASWRSETUPDIR)ss_context.o \
- $(MESASWRSETUPDIR)ss_triangle.o
+ $(MESASWRSETUPDIR)ss_triangle.o
#if defined(DoSharedLib) && DoSharedLib
MESA_SWR_SETUP_UOBJS = $(MESASWRSETUPDIR)unshared/ss_context.o \
- $(MESASWRSETUPDIR)unshared/ss_triangle.o
+ $(MESASWRSETUPDIR)unshared/ss_triangle.o
#else
MESA_SWR_SETUP_UOBJS = $(MESA_SWR_SETUP_OBJS)
#endif
MESA_SWR_SETUP_DOBJS = $(MESASWRSETUPDIR)debugger/ss_context.o \
- $(MESASWRSETUPDIR)debugger/ss_triangle.o
+ $(MESASWRSETUPDIR)debugger/ss_triangle.o
MESA_SWR_SETUP_POBJS = $(MESASWRSETUPDIR)profiled/ss_context.o \
- $(MESASWRSETUPDIR)profiled/ss_triangle.o
+ $(MESASWRSETUPDIR)profiled/ss_triangle.o