From eaf80c0922524bfdca97f78b1effe933cbfbfc25 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 9 Sep 2014 13:02:40 -0700 Subject: [PATCH] Whitespace --- src/messages.d | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/messages.d b/src/messages.d index a186c6c..3d1e367 100644 --- a/src/messages.d +++ b/src/messages.d @@ -119,17 +119,17 @@ enum RequestKind : ubyte /// Autocompletion autocomplete = 0b00000001, /// Clear the completion cache - clearCache = 0b00000010, + clearCache = 0b00000010, /// Add import directory to server - addImport = 0b00000100, + addImport = 0b00000100, /// Shut down the server - shutdown = 0b00001000, + shutdown = 0b00001000, /// Get declaration location of given symbol symbolLocation = 0b00010000, /// Get the doc comments for the symbol - doc = 0b00100000, + doc = 0b00100000, /// Query server status - query = 0b01000000, + query = 0b01000000, } /**