align properly

This commit is contained in:
Vincent Hanquez 2014-01-26 14:15:30 +00:00
parent ddc52166e3
commit 51d9c999f0

View file

@ -39,8 +39,7 @@ instance Default Logging where
-- | A collection of hooks actions.
data Hooks = Hooks
{
-- | called at each handshake message received
{ -- | called at each handshake message received
hookRecvHandshake :: Handshake -> IO Handshake
-- | called at each certificate chain message received
, hookRecvCertificates :: CertificateChain -> IO ()