summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-28 20:09:51 +0200
committerRichard W.M. Jones <rjones@redhat.com>2011-06-28 23:33:09 +0100
commit76fdcceff966c35ac0f3177e6543486fffb6f754 (patch)
treebd2b2d13215a610b7adb7a39baaf1f4d37c19f12 /generator
parentae748799b816aadc200ccbada1bed3b3ce13bd5c (diff)
downloadhivex-76fdcceff966c35ac0f3177e6543486fffb6f754.tar.gz
hivex-76fdcceff966c35ac0f3177e6543486fffb6f754.tar.xz
hivex-76fdcceff966c35ac0f3177e6543486fffb6f754.zip
maint: remove trailing blanks
Diffstat (limited to 'generator')
-rwxr-xr-xgenerator/generator.ml12
1 files changed, 6 insertions, 6 deletions
diff --git a/generator/generator.ml b/generator/generator.ml
index 8f1f935..31478cd 100755
--- a/generator/generator.ml
+++ b/generator/generator.ml
@@ -19,16 +19,16 @@
(* This script generates language bindings and some documentation for
* hivex.
- *
+ *
* After editing this file, run it (./generator/generator.ml) to
* regenerate all the output files. 'make' will rerun this
* automatically when necessary. Note that if you are using a separate
* build directory you must run generator.ml from the _source_
* directory.
- *
+ *
* IMPORTANT: This script should NOT print any warnings. If it prints
* warnings, you should treat them as errors.
- *
+ *
* OCaml tips: (1) In emacs, install tuareg-mode to display and format
* OCaml code correctly. 'vim' comes with a good OCaml editing mode by
* default. (2) Read the resources at http://ocaml-tutorial.org/
@@ -73,7 +73,7 @@ and argt = (* Note, cannot be NULL/0 unless it
(* Hive types, from:
* https://secure.wikimedia.org/wikipedia/en/wiki/Windows_Registry#Keys_and_values
- *
+ *
* It's unfortunate that in our original C binding we strayed away from
* the names that Windows uses (eg. REG_SZ for strings). We include
* both our names and the Windows names.
@@ -841,7 +841,7 @@ hivex - Windows Registry \"hive\" extraction library
=head1 SYNOPSIS
#include <hivex.h>
-
+
";
List.iter (
fun (shortname, style, _, _) ->
@@ -3020,7 +3020,7 @@ initlibhivexmod (void)
initialized = 1;
}
"
-
+
and generate_python_py () =
generate_header HashStyle LGPLv2plus;