Commit 901746fe authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-netdoc: ParseInput: add some blank lines

This makes the code clearer, especially since we're going to add
attributes.
parent af7d130c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -158,8 +158,10 @@ pub struct ParseOptions {
pub struct ParseInput<'s> {
    /// The actual document text
    input: &'s str,

    /// Filename (for error reporting)
    file: &'s str,

    /// Parsing options
    options: ParseOptions,
}