summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp
diff options
context:
space:
mode:
authorneksard <[email protected]>2022-02-10 16:45:33 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:33 +0300
commit1d9c550e7c38e051d7961f576013a482003a70d9 (patch)
treeb2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp
parent8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp')
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp b/contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp
index 90d8103d867..6053f30c816 100644
--- a/contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp
+++ b/contrib/restricted/boost/libs/python/arcadia_test/mod/module.cpp
@@ -1,11 +1,11 @@
-#include <boost/python.hpp>
-
-using namespace boost::python;
-
-static const char* hello() {
- return "hello world!";
-}
-
-BOOST_PYTHON_MODULE(arcadia_boost_python_test) {
- def("hello", &hello);
-}
+#include <boost/python.hpp>
+
+using namespace boost::python;
+
+static const char* hello() {
+ return "hello world!";
+}
+
+BOOST_PYTHON_MODULE(arcadia_boost_python_test) {
+ def("hello", &hello);
+}