Skip to content

Commit

Permalink
Ignore blank lines in input.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 18, 2009
1 parent c6df760 commit 023a4ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ sub comment {

while (<>) {

#
# Discard blank lines.
#
next if /^\s*$/;

#
# Handle Entity/KeyName header line.
#
Expand Down

0 comments on commit 023a4ee

Please sign in to comment.