From 665559cbc22546e8df69be33a7d492294cab9fb1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Jan 2009 13:33:23 +0100 Subject: [PATCH] Updated footer comment --- example-module/filter_myfilter.cpp | 3 ++- src/ex_filter_frontend_net.cpp | 3 ++- src/ex_router_flexml.cpp | 3 ++- src/factory_filter.cpp | 3 ++- src/factory_filter.hpp | 3 ++- src/factory_static.cpp | 3 ++- src/factory_static.hpp | 3 ++- src/filter.cpp | 3 ++- src/filter.hpp | 3 ++- src/filter_auth_simple.cpp | 3 ++- src/filter_auth_simple.hpp | 3 ++- src/filter_backend_test.cpp | 3 ++- src/filter_backend_test.hpp | 3 ++- src/filter_bounce.cpp | 3 ++- src/filter_bounce.hpp | 3 ++- src/filter_cql_to_rpn.cpp | 3 ++- src/filter_cql_to_rpn.hpp | 3 ++- src/filter_dl.cpp | 3 ++- src/filter_frontend_net.cpp | 3 ++- src/filter_frontend_net.hpp | 3 ++- src/filter_http_file.cpp | 3 ++- src/filter_http_file.hpp | 3 ++- src/filter_load_balance.cpp | 3 ++- src/filter_load_balance.hpp | 3 ++- src/filter_log.cpp | 3 ++- src/filter_log.hpp | 3 ++- src/filter_multi.cpp | 3 ++- src/filter_multi.hpp | 3 ++- src/filter_query_rewrite.cpp | 3 ++- src/filter_query_rewrite.hpp | 3 ++- src/filter_record_transform.cpp | 3 ++- src/filter_record_transform.hpp | 2 +- src/filter_session_shared.cpp | 3 ++- src/filter_session_shared.hpp | 3 ++- src/filter_sru_to_z3950.cpp | 3 ++- src/filter_sru_to_z3950.hpp | 3 ++- src/filter_template.cpp | 3 ++- src/filter_template.hpp | 3 ++- src/filter_virt_db.cpp | 3 ++- src/filter_virt_db.hpp | 3 ++- src/filter_z3950_client.cpp | 3 ++- src/filter_z3950_client.hpp | 3 ++- src/filter_zeerex_explain.cpp | 3 ++- src/filter_zeerex_explain.hpp | 3 ++- src/gduutil.cpp | 3 ++- src/gduutil.hpp | 3 ++- src/metaproxy_prog.cpp | 3 ++- src/origin.cpp | 3 ++- src/origin.hpp | 3 ++- src/package.cpp | 3 ++- src/package.hpp | 3 ++- src/pipe.cpp | 2 +- src/pipe.hpp | 2 +- src/plainfile.cpp | 3 ++- src/router.hpp | 3 ++- src/router_chain.cpp | 3 ++- src/router_chain.hpp | 3 ++- src/router_flexml.cpp | 3 ++- src/router_flexml.hpp | 3 ++- src/session.cpp | 3 ++- src/session.hpp | 3 ++- src/sru_util.cpp | 3 ++- src/sru_util.hpp | 3 ++- src/test_boost_threads.cpp | 3 ++- src/test_filter1.cpp | 3 ++- src/test_filter2.cpp | 3 ++- src/test_filter_auth_simple.cpp | 3 ++- src/test_filter_backend_test.cpp | 3 ++- src/test_filter_bounce.cpp | 3 ++- src/test_filter_factory.cpp | 3 ++- src/test_filter_frontend_net.cpp | 3 ++- src/test_filter_log.cpp | 3 ++- src/test_filter_multi.cpp | 3 ++- src/test_filter_query_rewrite.cpp | 3 ++- src/test_filter_record_transform.cpp | 3 ++- src/test_filter_sru_to_z3950.cpp | 3 ++- src/test_filter_virt_db.cpp | 3 ++- src/test_filter_z3950_client.cpp | 3 ++- src/test_package1.cpp | 3 ++- src/test_pipe.cpp | 3 ++- src/test_router_flexml.cpp | 3 ++- src/test_ses_map.cpp | 3 ++- src/test_session1.cpp | 3 ++- src/test_session2.cpp | 3 ++- src/test_thread_pool_observer.cpp | 2 +- src/thread_pool_observer.cpp | 2 +- src/thread_pool_observer.hpp | 2 +- src/tstdl.cpp | 3 ++- src/util.cpp | 3 ++- src/util.hpp | 3 ++- src/xmlutil.cpp | 3 ++- src/xmlutil.hpp | 3 ++- 92 files changed, 178 insertions(+), 92 deletions(-) diff --git a/example-module/filter_myfilter.cpp b/example-module/filter_myfilter.cpp index 4c8f82d..b6979ea 100644 --- a/example-module/filter_myfilter.cpp +++ b/example-module/filter_myfilter.cpp @@ -103,8 +103,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/ex_filter_frontend_net.cpp b/src/ex_filter_frontend_net.cpp index bf74d11..b0da53e 100644 --- a/src/ex_filter_frontend_net.cpp +++ b/src/ex_filter_frontend_net.cpp @@ -155,8 +155,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/ex_router_flexml.cpp b/src/ex_router_flexml.cpp index d5637a6..2d6705f 100644 --- a/src/ex_router_flexml.cpp +++ b/src/ex_router_flexml.cpp @@ -95,8 +95,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/factory_filter.cpp b/src/factory_filter.cpp index 89db983..fd5b850 100644 --- a/src/factory_filter.cpp +++ b/src/factory_filter.cpp @@ -147,8 +147,9 @@ bool mp::FactoryFilter::add_creator_dl(const std::string &fi, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/factory_filter.hpp b/src/factory_filter.hpp index 381bdc8..40409e8 100644 --- a/src/factory_filter.hpp +++ b/src/factory_filter.hpp @@ -65,8 +65,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/factory_static.cpp b/src/factory_static.cpp index c8ba677..8ba0a73 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -79,8 +79,9 @@ mp::FactoryStatic::FactoryStatic() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/factory_static.hpp b/src/factory_static.hpp index 26d9fbe..29839bc 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -32,8 +32,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter.cpp b/src/filter.cpp index 6f69883..253a306 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -31,8 +31,9 @@ void mp::filter::Base::configure(const xmlNode * ptr, bool test_only) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter.hpp b/src/filter.hpp index 68501f7..b0e3bee 100644 --- a/src/filter.hpp +++ b/src/filter.hpp @@ -59,8 +59,9 @@ struct metaproxy_1_filter_struct { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_auth_simple.cpp b/src/filter_auth_simple.cpp index b56e807..857b920 100644 --- a/src/filter_auth_simple.cpp +++ b/src/filter_auth_simple.cpp @@ -402,8 +402,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_auth_simple.hpp b/src/filter_auth_simple.hpp index 5da228c..59bb962 100644 --- a/src/filter_auth_simple.hpp +++ b/src/filter_auth_simple.hpp @@ -52,8 +52,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_backend_test.cpp b/src/filter_backend_test.cpp index ec661cd..40f9a05 100644 --- a/src/filter_backend_test.cpp +++ b/src/filter_backend_test.cpp @@ -397,8 +397,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_backend_test.hpp b/src/filter_backend_test.hpp index c2716b2..6cdccc2 100644 --- a/src/filter_backend_test.hpp +++ b/src/filter_backend_test.hpp @@ -45,8 +45,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_bounce.cpp b/src/filter_bounce.cpp index 7b6b4b6..e2aa888 100644 --- a/src/filter_bounce.cpp +++ b/src/filter_bounce.cpp @@ -117,8 +117,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_bounce.hpp b/src/filter_bounce.hpp index 478769e..83d0517 100644 --- a/src/filter_bounce.hpp +++ b/src/filter_bounce.hpp @@ -46,8 +46,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_cql_to_rpn.cpp b/src/filter_cql_to_rpn.cpp index 7a99af9..55f2540 100644 --- a/src/filter_cql_to_rpn.cpp +++ b/src/filter_cql_to_rpn.cpp @@ -197,8 +197,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_cql_to_rpn.hpp b/src/filter_cql_to_rpn.hpp index f1a3e09..2f183ca 100644 --- a/src/filter_cql_to_rpn.hpp +++ b/src/filter_cql_to_rpn.hpp @@ -47,8 +47,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_dl.cpp b/src/filter_dl.cpp index 2255c2a..6ade823 100644 --- a/src/filter_dl.cpp +++ b/src/filter_dl.cpp @@ -52,8 +52,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_frontend_net.cpp b/src/filter_frontend_net.cpp index 71cd711..3839101 100644 --- a/src/filter_frontend_net.cpp +++ b/src/filter_frontend_net.cpp @@ -449,8 +449,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_frontend_net.hpp b/src/filter_frontend_net.hpp index 92c4750..4654530 100644 --- a/src/filter_frontend_net.hpp +++ b/src/filter_frontend_net.hpp @@ -53,8 +53,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_http_file.cpp b/src/filter_http_file.cpp index bf24d2e..10204f4 100644 --- a/src/filter_http_file.cpp +++ b/src/filter_http_file.cpp @@ -290,8 +290,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_http_file.hpp b/src/filter_http_file.hpp index b6921d2..1b7f05c 100644 --- a/src/filter_http_file.hpp +++ b/src/filter_http_file.hpp @@ -47,8 +47,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_load_balance.cpp b/src/filter_load_balance.cpp index 07299d5..a534f60 100644 --- a/src/filter_load_balance.cpp +++ b/src/filter_load_balance.cpp @@ -427,8 +427,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_load_balance.hpp b/src/filter_load_balance.hpp index 53dd7d0..757916a 100644 --- a/src/filter_load_balance.hpp +++ b/src/filter_load_balance.hpp @@ -46,8 +46,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_log.cpp b/src/filter_log.cpp index 968a5cf..8ab01d3 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -489,8 +489,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_log.hpp b/src/filter_log.hpp index 87169aa..7681da2 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -49,8 +49,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_multi.cpp b/src/filter_multi.cpp index 3952649..4ee830c 100644 --- a/src/filter_multi.cpp +++ b/src/filter_multi.cpp @@ -1225,8 +1225,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_multi.hpp b/src/filter_multi.hpp index 01e9b91..2053e0c 100644 --- a/src/filter_multi.hpp +++ b/src/filter_multi.hpp @@ -64,8 +64,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_query_rewrite.cpp b/src/filter_query_rewrite.cpp index 09e6f00..b582875 100644 --- a/src/filter_query_rewrite.cpp +++ b/src/filter_query_rewrite.cpp @@ -199,8 +199,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_query_rewrite.hpp b/src/filter_query_rewrite.hpp index 390eaba..afcf889 100644 --- a/src/filter_query_rewrite.hpp +++ b/src/filter_query_rewrite.hpp @@ -46,8 +46,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_record_transform.cpp b/src/filter_record_transform.cpp index 51ac7f9..ea3f7d4 100644 --- a/src/filter_record_transform.cpp +++ b/src/filter_record_transform.cpp @@ -342,8 +342,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_record_transform.hpp b/src/filter_record_transform.hpp index c32741d..955c7b3 100644 --- a/src/filter_record_transform.hpp +++ b/src/filter_record_transform.hpp @@ -46,8 +46,8 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ diff --git a/src/filter_session_shared.cpp b/src/filter_session_shared.cpp index 8f7c44d..b7e5235 100644 --- a/src/filter_session_shared.cpp +++ b/src/filter_session_shared.cpp @@ -1123,8 +1123,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_session_shared.hpp b/src/filter_session_shared.hpp index 412c78a..7ef2413 100644 --- a/src/filter_session_shared.hpp +++ b/src/filter_session_shared.hpp @@ -67,8 +67,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_sru_to_z3950.cpp b/src/filter_sru_to_z3950.cpp index 72807b0..5a8556b 100644 --- a/src/filter_sru_to_z3950.cpp +++ b/src/filter_sru_to_z3950.cpp @@ -915,8 +915,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_sru_to_z3950.hpp b/src/filter_sru_to_z3950.hpp index 994d45c..9025a76 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -46,8 +46,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_template.cpp b/src/filter_template.cpp index dbe45c1..5e0f976 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -105,8 +105,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_template.hpp b/src/filter_template.hpp index 502389a..786513d 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -46,8 +46,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_virt_db.cpp b/src/filter_virt_db.cpp index 903d299..7ed3395 100644 --- a/src/filter_virt_db.cpp +++ b/src/filter_virt_db.cpp @@ -839,8 +839,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_virt_db.hpp b/src/filter_virt_db.hpp index 53fe324..f454bdf 100644 --- a/src/filter_virt_db.hpp +++ b/src/filter_virt_db.hpp @@ -61,8 +61,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_z3950_client.cpp b/src/filter_z3950_client.cpp index 16bd377..70f7703 100644 --- a/src/filter_z3950_client.cpp +++ b/src/filter_z3950_client.cpp @@ -477,8 +477,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index ea57e81..5b6adc9 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -47,8 +47,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_zeerex_explain.cpp b/src/filter_zeerex_explain.cpp index fa9838d..59d6412 100644 --- a/src/filter_zeerex_explain.cpp +++ b/src/filter_zeerex_explain.cpp @@ -207,8 +207,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/filter_zeerex_explain.hpp b/src/filter_zeerex_explain.hpp index fde23d4..52e1ace 100644 --- a/src/filter_zeerex_explain.hpp +++ b/src/filter_zeerex_explain.hpp @@ -46,8 +46,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/gduutil.cpp b/src/gduutil.cpp index 38417d7..6fc6d07 100644 --- a/src/gduutil.cpp +++ b/src/gduutil.cpp @@ -569,8 +569,9 @@ std::ostream& std::operator<<(std::ostream& os, Z_APDU& zapdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/gduutil.hpp b/src/gduutil.hpp index 3cce4b2..8b4289d 100644 --- a/src/gduutil.hpp +++ b/src/gduutil.hpp @@ -48,8 +48,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/metaproxy_prog.cpp b/src/metaproxy_prog.cpp index 177eb9f..5ef52a4 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -155,8 +155,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/origin.cpp b/src/origin.cpp index cf932d3..40716c4 100644 --- a/src/origin.cpp +++ b/src/origin.cpp @@ -80,8 +80,9 @@ std::ostream& std::operator<<(std::ostream& os, mp::Origin& o) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/origin.hpp b/src/origin.hpp index 4e735f8..6f801cf 100644 --- a/src/origin.hpp +++ b/src/origin.hpp @@ -80,8 +80,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/package.cpp b/src/package.cpp index bdbaaaa..46ad8f7 100644 --- a/src/package.cpp +++ b/src/package.cpp @@ -124,8 +124,9 @@ std::ostream& std::operator<<(std::ostream& os, mp::Package& p) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/package.hpp b/src/package.hpp index 639c402..9d68d23 100644 --- a/src/package.hpp +++ b/src/package.hpp @@ -99,8 +99,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/pipe.cpp b/src/pipe.cpp index 1d56e3e..3964b79 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -222,8 +222,8 @@ int &Pipe::write_fd() const /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ diff --git a/src/pipe.hpp b/src/pipe.hpp index 087467f..874e16a 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -46,8 +46,8 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ diff --git a/src/plainfile.cpp b/src/plainfile.cpp index 576e455..a96c2d6 100644 --- a/src/plainfile.cpp +++ b/src/plainfile.cpp @@ -117,8 +117,9 @@ bool mp::PlainFile::getline(std::vector &args) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/router.hpp b/src/router.hpp index db2bed8..e85d583 100644 --- a/src/router.hpp +++ b/src/router.hpp @@ -55,8 +55,9 @@ namespace metaproxy_1 /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/router_chain.cpp b/src/router_chain.cpp index 1f876a5..d328972 100644 --- a/src/router_chain.cpp +++ b/src/router_chain.cpp @@ -89,8 +89,9 @@ mp::RouterChain & mp::RouterChain::append(const filter::Base &filter) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/router_chain.hpp b/src/router_chain.hpp index f6f6901..ed5d4b1 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -48,8 +48,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index c294a9c..2af087f 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -387,8 +387,9 @@ mp::RouterFleXML::Pos::~Pos() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index a312776..a7766ad 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -58,8 +58,9 @@ namespace metaproxy_1 /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/session.cpp b/src/session.cpp index d915288..a833f4c 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -32,8 +32,9 @@ unsigned long int mp::Session::m_global_id = 0; /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/session.hpp b/src/session.hpp index b61a5fc..f657613 100644 --- a/src/session.hpp +++ b/src/session.hpp @@ -139,8 +139,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/sru_util.cpp b/src/sru_util.cpp index e72c05d..5584afd 100644 --- a/src/sru_util.cpp +++ b/src/sru_util.cpp @@ -571,8 +571,9 @@ std::ostream& std::operator<<(std::ostream& os, Z_SRW_PDU& srw_pdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/sru_util.hpp b/src/sru_util.hpp index abf0d0d..c1a732e 100644 --- a/src/sru_util.hpp +++ b/src/sru_util.hpp @@ -126,8 +126,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_boost_threads.cpp b/src/test_boost_threads.cpp index 91c6f4d..ca860b5 100644 --- a/src/test_boost_threads.cpp +++ b/src/test_boost_threads.cpp @@ -109,8 +109,9 @@ BOOST_AUTO_TEST_CASE( thread_list ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter1.cpp b/src/test_filter1.cpp index 101ecb2..0777a4d 100644 --- a/src/test_filter1.cpp +++ b/src/test_filter1.cpp @@ -51,8 +51,9 @@ BOOST_AUTO_TEST_CASE( test_filter1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter2.cpp b/src/test_filter2.cpp index ccd07b4..d3d4500 100644 --- a/src/test_filter2.cpp +++ b/src/test_filter2.cpp @@ -189,8 +189,9 @@ BOOST_AUTO_TEST_CASE( testfilter2_2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_auth_simple.cpp b/src/test_filter_auth_simple.cpp index 1c782d8..1ad78c9 100644 --- a/src/test_filter_auth_simple.cpp +++ b/src/test_filter_auth_simple.cpp @@ -111,8 +111,9 @@ BOOST_AUTO_TEST_CASE( test_filter_auth_simple2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_backend_test.cpp b/src/test_filter_backend_test.cpp index 9689ef2..ec06712 100644 --- a/src/test_filter_backend_test.cpp +++ b/src/test_filter_backend_test.cpp @@ -179,8 +179,9 @@ BOOST_AUTO_TEST_CASE( test_filter_backend_test_4 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_bounce.cpp b/src/test_filter_bounce.cpp index e10eef8..ec74c5e 100644 --- a/src/test_filter_bounce.cpp +++ b/src/test_filter_bounce.cpp @@ -196,8 +196,9 @@ BOOST_AUTO_TEST_CASE( test_filter_bounce_3 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_factory.cpp b/src/test_filter_factory.cpp index 1f38c69..19d48bb 100644 --- a/src/test_filter_factory.cpp +++ b/src/test_filter_factory.cpp @@ -135,8 +135,9 @@ BOOST_AUTO_TEST_CASE( test_filter_factory_2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_frontend_net.cpp b/src/test_filter_frontend_net.cpp index 0322f74..8b5a47d 100644 --- a/src/test_filter_frontend_net.cpp +++ b/src/test_filter_frontend_net.cpp @@ -145,8 +145,9 @@ BOOST_AUTO_TEST_CASE( test_filter_frontend_net_3 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_log.cpp b/src/test_filter_log.cpp index c19958e..39657a8 100644 --- a/src/test_filter_log.cpp +++ b/src/test_filter_log.cpp @@ -111,8 +111,9 @@ BOOST_AUTO_TEST_CASE( test_filter_log_2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_multi.cpp b/src/test_filter_multi.cpp index f41c053..e9dbe85 100644 --- a/src/test_filter_multi.cpp +++ b/src/test_filter_multi.cpp @@ -111,8 +111,9 @@ BOOST_AUTO_TEST_CASE( test_filter_multi_2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_query_rewrite.cpp b/src/test_filter_query_rewrite.cpp index f67dbca..94a2991 100644 --- a/src/test_filter_query_rewrite.cpp +++ b/src/test_filter_query_rewrite.cpp @@ -243,8 +243,9 @@ BOOST_AUTO_TEST_CASE( test_filter_query_rewrite3 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_record_transform.cpp b/src/test_filter_record_transform.cpp index 41554de..50fd9d3 100644 --- a/src/test_filter_record_transform.cpp +++ b/src/test_filter_record_transform.cpp @@ -137,8 +137,9 @@ BOOST_AUTO_TEST_CASE( test_filter_record_transform_3 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_sru_to_z3950.cpp b/src/test_filter_sru_to_z3950.cpp index f10b62f..414f94c 100644 --- a/src/test_filter_sru_to_z3950.cpp +++ b/src/test_filter_sru_to_z3950.cpp @@ -125,8 +125,9 @@ BOOST_AUTO_TEST_CASE( test_filter_sru_to_z3950_2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_virt_db.cpp b/src/test_filter_virt_db.cpp index c12ed5e..05ecf28 100644 --- a/src/test_filter_virt_db.cpp +++ b/src/test_filter_virt_db.cpp @@ -256,8 +256,9 @@ BOOST_AUTO_TEST_CASE( test_filter_virt_db_3 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_filter_z3950_client.cpp b/src/test_filter_z3950_client.cpp index d8b90c0..34382ca 100644 --- a/src/test_filter_z3950_client.cpp +++ b/src/test_filter_z3950_client.cpp @@ -185,8 +185,9 @@ BOOST_AUTO_TEST_CASE( test_filter_z3950_client_4 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_package1.cpp b/src/test_package1.cpp index 100dd40..91b8598 100644 --- a/src/test_package1.cpp +++ b/src/test_package1.cpp @@ -48,8 +48,9 @@ BOOST_AUTO_TEST_CASE( test_package1_1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_pipe.cpp b/src/test_pipe.cpp index 2b77fbd..969a8d3 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -117,8 +117,9 @@ BOOST_AUTO_TEST_CASE( test_pipe_1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_router_flexml.cpp b/src/test_router_flexml.cpp index f97fd05..34e9a45 100644 --- a/src/test_router_flexml.cpp +++ b/src/test_router_flexml.cpp @@ -199,8 +199,9 @@ BOOST_AUTO_TEST_CASE( test_router_flexml_4 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_ses_map.cpp b/src/test_ses_map.cpp index 672e0ca..fbb2ff2 100644 --- a/src/test_ses_map.cpp +++ b/src/test_ses_map.cpp @@ -79,8 +79,9 @@ BOOST_AUTO_TEST_CASE( test_ses_map_1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_session1.cpp b/src/test_session1.cpp index 5078506..77423a7 100644 --- a/src/test_session1.cpp +++ b/src/test_session1.cpp @@ -57,8 +57,9 @@ BOOST_AUTO_TEST_CASE( testsession1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_session2.cpp b/src/test_session2.cpp index 4415c04..5ff41f5 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -97,8 +97,9 @@ BOOST_AUTO_TEST_CASE( testsession2 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_thread_pool_observer.cpp b/src/test_thread_pool_observer.cpp index 84af589..06ea179 100644 --- a/src/test_thread_pool_observer.cpp +++ b/src/test_thread_pool_observer.cpp @@ -120,8 +120,8 @@ BOOST_AUTO_TEST_CASE( thread_pool_observer1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ diff --git a/src/thread_pool_observer.cpp b/src/thread_pool_observer.cpp index d5d21f1..f018bf9 100644 --- a/src/thread_pool_observer.cpp +++ b/src/thread_pool_observer.cpp @@ -177,8 +177,8 @@ void ThreadPoolSocketObserver::put(IThreadPoolMsg *m) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index 33dcf8d..e680c73 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -52,8 +52,8 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ diff --git a/src/tstdl.cpp b/src/tstdl.cpp index de06fde..9933ad6 100644 --- a/src/tstdl.cpp +++ b/src/tstdl.cpp @@ -54,8 +54,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/util.cpp b/src/util.cpp index b074389..f53a98c 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -633,8 +633,9 @@ Z_ReferenceId **mp_util::get_referenceId(const Z_APDU *apdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/util.hpp b/src/util.hpp index e63b9ea..60c09e6 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -149,8 +149,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/xmlutil.cpp b/src/xmlutil.cpp index 380caec..f211fc4 100644 --- a/src/xmlutil.cpp +++ b/src/xmlutil.cpp @@ -210,8 +210,9 @@ void mp_xml::check_empty(const xmlNode *node) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/xmlutil.hpp b/src/xmlutil.hpp index 98a892a..f2634f6 100644 --- a/src/xmlutil.hpp +++ b/src/xmlutil.hpp @@ -63,8 +63,9 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + -- 1.7.10.4