summaryrefslogtreecommitdiff
path: root/lib/checksrc.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-16 08:34:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-16 22:46:35 +0100
commit31e637d224afd4f1f219093df6341611d2a0ef75 (patch)
tree62a5ba49f1db991da187883921e407d39a387fb8 /lib/checksrc.pl
parent3ab45a9876db2bc1c612f69c2133b3161b4a7c37 (diff)
downloadcurl-31e637d224afd4f1f219093df6341611d2a0ef75.tar.gz
Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"
This reverts commit ba82673dac3e8d00a76aa5e3779a0cb80e7442af. Bug: #4683
Diffstat (limited to 'lib/checksrc.pl')
-rwxr-xr-xlib/checksrc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/checksrc.pl b/lib/checksrc.pl
index db9a45dff..834364561 100755
--- a/lib/checksrc.pl
+++ b/lib/checksrc.pl
@@ -457,7 +457,7 @@ sub scanfile {
}
}
- if($nostr =~ /^((.*)(if) *\()(.*)\) [{\n]/) {
+ if($nostr =~ /^((.*)(if) *\()(.*)\)/) {
my $pos = length($1);
if($4 =~ / = /) {
checkwarn("ASSIGNWITHINCONDITION",