diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 16:56:16 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:22 +0200 |
commit | 3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch) | |
tree | e8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /include/svl/memberid.hrc | |
parent | e175eb3cedded28909247f4d46f2c17ff2f58be2 (diff) |
hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done
Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
Diffstat (limited to 'include/svl/memberid.hrc')
-rw-r--r-- | include/svl/memberid.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/memberid.hrc b/include/svl/memberid.hrc index 4d501b5ae2ab..ef5639523e8e 100644 --- a/include/svl/memberid.hrc +++ b/include/svl/memberid.hrc @@ -20,7 +20,6 @@ #ifndef _MEMBERID_HRC #define _MEMBERID_HRC - #define MID_X 1 #define MID_Y 2 #define MID_RECT_LEFT 3 @@ -55,7 +54,6 @@ #define MID_SEARCH_TRANSLITERATEFLAGS 18 #define MID_SEARCH_COMMAND 19 - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |