Cosmetic: Add two blank lines for readability.

svn path=/trunk/; revision=46848
This commit is contained in:
Bill Meier 2012-12-29 20:53:44 +00:00
parent a19980c23d
commit 1a97d3395a
1 changed files with 2 additions and 0 deletions

View File

@ -493,7 +493,9 @@ foo(int a)
}
],
[warns about variables in function declarations shadowing other variables])
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wno-error=unused-but-set-variable) ## for now
#
# Use the faster pre gcc 4.5 floating point precision if available;
# clang doesn't error out on -f options that it doesn't know about,