Remove trailing (tab)whitespace...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 7 Mar 2014 15:53:29 +0000 (16:53 +0100)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 7 Mar 2014 15:57:20 +0000 (15:57 +0000)
Change-Id: I26325e40d6100dcd4f3e72080476a82e93edf28d
Reviewed-on: https://code.wireshark.org/review/550
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
tools/pidl/pidl

index c65092ee9ad9b13bb57af1c1457865d2484f62f3..d16ee0215f853f89c9222de56649698964bd715a 100755 (executable)
@@ -56,7 +56,7 @@ Show list of available options.
 =item I<--version>
 
 Show pidl version
-               
+
 =item I<--outputdir OUTNAME>
 
 Write output files to the specified directory.  Defaults to the current 
@@ -66,7 +66,7 @@ directory.
 
 Add DIR to the search path used by the preprocessor. This option can be 
 specified multiple times.
-               
+
 =item I<--parse-idl-tree>
 
 Read internal tree structure from input files rather 
@@ -111,7 +111,7 @@ be written to stdout.
 Generate an Wireshark dissector (in C) and header file. The dissector filename
 defaults to packet-dcerpc-OUTNAME.c while the header filename defaults to 
 packet-dcerpc-OUTNAME.h.
-       
+
 Pidl will read additional data from an Wireshark conformance file if present. 
 Such a file should have the same location as the IDL file but with the 
 extension I<cnf> rather than I<idl>. See L<Parse::Pidl::Wireshark::Conformance>
@@ -161,7 +161,7 @@ See the section COMPATIBILITY for the list of attributes that
 pidl supports.
 
 C-style comments can be used.
-       
+
 =head2 CONFORMANT ARRAYS
 
 A conformant array is one with that ends in [*] or []. The strange
@@ -294,7 +294,7 @@ forces the generated pull/push functions to be non-static. This allows
 you to declare types that can be used between modules. If you don't
 specify [public] then pull/push functions for other than top-level
 functions are declared static.
-                               
+
 =item noprint
 
 The [noprint] property is a pidl extension that allows you to specify
@@ -369,7 +369,7 @@ usesgetlasterror, vararg, vi_progid, wire_marshal.
 
        # Generating an Wireshark parser
        $ ./pidl --ws-parser -- atsvc.idl
-       
+
        # Generating a TDR parser and header
        $ ./pidl --tdr-parser --header -- regf.idl
 
@@ -397,7 +397,7 @@ Vernooij. The current maintainer is Jelmer Vernooij.
 
 This manpage was written by Jelmer Vernooij, partially based on the original 
 pidl README by Andrew Tridgell. 
-       
+
 =cut