summaryrefslogtreecommitdiff
path: root/extensions/test/ole/AxTestComponents/Basic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/AxTestComponents/Basic.cpp')
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/test/ole/AxTestComponents/Basic.cpp b/extensions/test/ole/AxTestComponents/Basic.cpp
index 7a5c8fa6c495..4fa950922801 100644
--- a/extensions/test/ole/AxTestComponents/Basic.cpp
+++ b/extensions/test/ole/AxTestComponents/Basic.cpp
@@ -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.
@@ -1361,3 +1362,5 @@ STDMETHODIMP CBasic::put_prpUnknown(IUnknown* newVal)
m_prpUnknown = newVal;
return S_OK;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */