summaryrefslogtreecommitdiff
path: root/automation/source/simplecm/packethandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/simplecm/packethandler.cxx')
-rw-r--r--automation/source/simplecm/packethandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/automation/source/simplecm/packethandler.cxx b/automation/source/simplecm/packethandler.cxx
index 91f787fbff2f..034143d2cba6 100644
--- a/automation/source/simplecm/packethandler.cxx
+++ b/automation/source/simplecm/packethandler.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -332,3 +333,5 @@ comm_BOOL PacketHandler::SendHandshake( HandshakeType aHandshakeType, const void
return !bWasError;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */