Browse Source

[2178] editorial: spacing

JINMEI Tatuya 12 years ago
parent
commit
4c3cdc7b49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/masterload.h

+ 1 - 1
src/lib/dns/masterload.h

@@ -237,7 +237,7 @@ void masterLoad(const char* const filename, const Name& origin,
 /// or left out, the error will use the string '<unknown>'
 void masterLoad(std::istream& input, const Name& origin,
                 const RRClass& zone_class, MasterLoadCallback callback,
-                const char* source=NULL);
+                const char* source = NULL);
 }