mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-04 07:45:48 +01:00
Remove trailing whitespace.
Also, the script is a one-liner, stolen from [1]: ack --print0 -l '[ \t]+$' | xargs -0 -n1 perl -pi -e 's/[ \t]+$//' [1] https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
This commit is contained in:
committed by
Carlos R. Mafra
parent
a17d131da3
commit
54a24ab6f7
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Some generic macros for WindowMaker configuration files
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef WMMACROS_
|
||||
@@ -11,7 +11,7 @@
|
||||
/*
|
||||
* WS_BACK - sets the root background texture to VAL
|
||||
*/
|
||||
#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack
|
||||
#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack
|
||||
|
||||
/*
|
||||
* CLEARROOT - set the root background to nothing
|
||||
@@ -20,10 +20,10 @@
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
* MANUAL_SEARCH(ITEM) - search manual page for ITEM
|
||||
*
|
||||
* You might need to change this according to what's the exit status of your
|
||||
*
|
||||
* You might need to change this according to what's the exit status of your
|
||||
* man(1). This is for the one that comes with Linux (RedHat)
|
||||
*/
|
||||
#ifdef HAVE_XLESS
|
||||
|
||||
Reference in New Issue
Block a user