consistent style in record structure.

This commit is contained in:
Vincent Hanquez 2013-12-28 15:26:33 +00:00
parent 3297441e0b
commit 323fb95fbe

View file

@ -186,6 +186,7 @@ data ServerParams = ServerParams
-- | Server Optional Diffie Hellman parameters
, serverDHEParams :: Maybe DHParams
-- | suggested next protocols accoring to the next protocol negotiation extension.
, onSuggestNextProtocols :: IO (Maybe [B.ByteString])
}