mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: remove trailing blanks, enable syntax-check
* regressions/test-cancellation-download-librarycancels.sh: * src/generator.ml: * cfg.mk (disable_temporarily): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file.
This commit is contained in:
1
.x-sc_trailing_blank
Normal file
1
.x-sc_trailing_blank
Normal file
@@ -0,0 +1 @@
|
||||
images/bin-win64.exe
|
||||
3
cfg.mk
3
cfg.mk
@@ -70,8 +70,7 @@ disable_temporarily = \
|
||||
sc_m4_quote_check \
|
||||
sc_prohibit_trailing_blank_lines \
|
||||
sc_avoid_ctype_macros \
|
||||
sc_avoid_write \
|
||||
sc_trailing_blank
|
||||
sc_avoid_write
|
||||
|
||||
# Avoid uses of write(2). Either switch to streams (fwrite), or use
|
||||
# the safewrite wrapper.
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
# Test download where the library cancels.
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ and ret =
|
||||
(* "RStruct" is a function which returns a single named structure
|
||||
* or an error indication (in C, a struct, and in other languages
|
||||
* with varying representations, but usually very efficient). See
|
||||
* after the function list below for the structures.
|
||||
* after the function list below for the structures.
|
||||
*)
|
||||
| RStruct of string * string (* name of retval, name of struct *)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user