diff ifndef_wrapper.sh @ 1523:1d163552145f coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Mon, 19 Feb 2018 23:14:49 +0800
parents 198e2ee0f4b1
children 0196f4f83fee
line wrap: on
line diff
--- a/ifndef_wrapper.sh	Sat Feb 17 11:29:17 2018 +0800
+++ b/ifndef_wrapper.sh	Mon Feb 19 23:14:49 2018 +0800
@@ -2,6 +2,6 @@
 
 # Wrap all "#define X Y" with a #ifndef X...#endif"
 
-sed -E 's/^(#define ([^ ]+) .*)/#ifndef \2\
+sed -E 's/^( *#define ([^ ]+) .*)/#ifndef \2\
 \1\
 #endif/'