* regressions/test-cancellation-download-librarycancels.sh:
* src/generator.ml:
* cfg.mk (disable_temporarily): Remove sc_trailing_blank.
* .x-sc_trailing_blank: New file.
--- /dev/null
+images/bin-win64.exe
 
   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.
 
 
 # Test download where the library cancels.
 #
-# 
+#
 
 set -e
 
 
     (* "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 *)