Browse Source

[3927] blank line

Francis Dupont 9 years ago
parent
commit
75552a69de
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dhcpsrv/parsers/dhcp_parsers.h

+ 2 - 1
src/lib/dhcpsrv/parsers/dhcp_parsers.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
 // purpose with or without fee is hereby granted, provided that the above
@@ -745,6 +745,7 @@ private:
 
 
     /// Instance of option definition being created by this parser.
     /// Instance of option definition being created by this parser.
     OptionDefinitionPtr option_definition_;
     OptionDefinitionPtr option_definition_;
+
     /// Name of the space the option definition belongs to.
     /// Name of the space the option definition belongs to.
     std::string option_space_name_;
     std::string option_space_name_;