aboutsummaryrefslogtreecommitdiff
path: root/libssh/messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/messages.c')
-rw-r--r--libssh/messages.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh/messages.c b/libssh/messages.c
index bb5cae4e..7dd36869 100644
--- a/libssh/messages.c
+++ b/libssh/messages.c
@@ -19,8 +19,6 @@
* along with the SSH Library; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
- *
- * vim: ts=2 sw=2 et cindent
*/
/** \defgroup ssh_messages SSH Messages
@@ -783,5 +781,7 @@ void ssh_message_free(SSH_MESSAGE *msg){
ZERO_STRUCTP(msg);
}
-/** @}
+/**
+ * @}
*/
+/* vim: set ts=2 sw=2 et cindent: */