s4:dns-server: remove an extra blank line from handle_question()
authorMichael Adam <obnox@samba.org>
Thu, 31 May 2012 18:51:29 +0000 (20:51 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Jun 2012 17:37:13 +0000 (19:37 +0200)
source4/dns_server/dns_query.c

index 40df3a1ff0f1580484697ae4d95e2d888108797e..5978fe959792307afdff5032e043178023766423 100644 (file)
@@ -315,7 +315,6 @@ static WERROR handle_question(struct dns_server *dns,
        *answers = ans;
 
        return WERR_OK;
-
 }
 
 struct dns_server_process_query_state {