Browse Source

[2094] Whitespace fix

Michal 'vorner' Vaner 12 years ago
parent
commit
a47e80cd13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/rdata_encoder.cc

+ 1 - 1
src/lib/datasrc/memory/rdata_encoder.cc

@@ -45,7 +45,7 @@ struct RdataFieldSpec {
         VARLEN_DATA,            // variable-length data field
         DOMAIN_NAME             // domain name
     };
-        
+
     const FieldType type;       // field type
 
     // type specific data.  We use a union so it'll be clear only one of them