FLTK logo

[master] ce77711 - Fix whitespace (trailing spaces)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] ce77711 - Fix whitespace (trailing spaces) "Albrecht Schlosser" Nov 23, 2022  
 
commit ce777110feaaccd9d0fd16d10fa2695ecdffd33e
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Wed Nov 23 13:08:37 2022 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Nov 23 13:08:37 2022 +0100

    Fix whitespace (trailing spaces)

 CMake/options.cmake | 2 +-
 configure.ac        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git CMake/options.cmake CMake/options.cmake
index 0536bd2..8d30fa8 100644
--- CMake/options.cmake
+++ CMake/options.cmake
@@ -210,7 +210,7 @@ if (UNIX)
       set (OPTION_USE_WAYLAND 0)
     endif (NOT(DBUS_FOUND AND WLDCLIENT_FOUND AND WLDCURSOR_FOUND AND WLDPROTO_FOUND AND XKBCOMMON_FOUND))
   endif (OPTION_USE_WAYLAND)
-    
+
   if (OPTION_USE_WAYLAND)
     option (OPTION_WAYLAND_ONLY "support Wayland backend only" OFF)
     set (FLTK_USE_WAYLAND 1)
diff --git configure.ac configure.ac
index 64dcaf4..d56b2b6 100644
--- configure.ac
+++ configure.ac
@@ -977,7 +977,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
         AC_DEFINE([HAVE_PTHREAD])
         THREADS="threads$EXEEXT"
     ])
-    
+
     AS_IF([test x$enable_wayland != xno], [
       AS_IF([test x$PKGCONFIG = x], [
         dnl pkg-config is not available, issue warning and possibly abort...
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.