From 6b22d0543d41bec8626f3ae7ac866bcab7de44bd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Jan 2009 13:32:39 +0100 Subject: [PATCH] Updated footer comment --- include/yazpp/cql2rpn.h | 1 + include/yazpp/gdu.h | 1 + include/yazpp/gduqueue.h | 1 + include/yazpp/ir-assoc.h | 1 + include/yazpp/pdu-assoc.h | 1 + include/yazpp/pdu-observer.h | 1 + include/yazpp/query.h | 1 + include/yazpp/record-cache.h | 1 + include/yazpp/socket-manager.h | 1 + include/yazpp/socket-observer.h | 1 + include/yazpp/z-assoc.h | 1 + include/yazpp/z-databases.h | 1 + include/yazpp/z-query.h | 1 + include/yazpp/z-server.h | 1 + src/gdu.cpp | 1 + src/gduqueue.cpp | 1 + src/pdu-observer.cpp | 2 ++ src/query.cpp | 2 ++ src/socket-observer.cpp | 2 ++ src/tstquery.cpp | 2 ++ src/yaz-cql2rpn.cpp | 1 + src/yaz-ir-assoc.cpp | 1 + src/yaz-marc-sample.cpp | 1 + src/yaz-my-client.cpp | 1 + src/yaz-my-server.cpp | 1 + src/yaz-pdu-assoc-thread.cpp | 1 + src/yaz-pdu-assoc.cpp | 1 + src/yaz-socket-manager.cpp | 1 + src/yaz-z-assoc.cpp | 1 + src/yaz-z-cache.cpp | 1 + src/yaz-z-databases.cpp | 1 + src/yaz-z-query.cpp | 1 + src/yaz-z-server-ill.cpp | 1 + src/yaz-z-server-sr.cpp | 1 + src/yaz-z-server-update.cpp | 1 + src/yaz-z-server.cpp | 1 + src/z-server.cpp | 1 + zlint/main.cpp | 1 + zlint/test-init-01.cpp | 1 + zlint/test-init-02.cpp | 1 + zlint/test-init-03.cpp | 1 + zlint/test-init-04.cpp | 1 + zlint/test-init-05.cpp | 1 + zlint/test-init-06.cpp | 1 + zlint/test-init-07.cpp | 1 + zlint/test-init-08.cpp | 1 + zlint/test-scan-01.cpp | 1 + zlint/test-search-01.cpp | 1 + zlint/zlint.cpp | 1 + zlint/zlint.h | 1 + zoom/canonical.cpp | 1 + zoom/zclient.cpp | 1 + zoom/zconn.cpp | 1 + zoom/zexcept.cpp | 1 + zoom/zquery.cpp | 1 + zoom/zrec.cpp | 1 + zoom/zrs.cpp | 1 + 57 files changed, 61 insertions(+) diff --git a/include/yazpp/cql2rpn.h b/include/yazpp/cql2rpn.h index 891dfa0..d5324d7 100644 --- a/include/yazpp/cql2rpn.h +++ b/include/yazpp/cql2rpn.h @@ -45,6 +45,7 @@ class YAZ_EXPORT Yaz_cql2rpn { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/gdu.h b/include/yazpp/gdu.h index c212a4a..1e253a8 100644 --- a/include/yazpp/gdu.h +++ b/include/yazpp/gdu.h @@ -53,6 +53,7 @@ namespace yazpp_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/gduqueue.h b/include/yazpp/gduqueue.h index 6b0d229..1828252 100644 --- a/include/yazpp/gduqueue.h +++ b/include/yazpp/gduqueue.h @@ -56,6 +56,7 @@ namespace yazpp_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/ir-assoc.h b/include/yazpp/ir-assoc.h index 2b13eff..4da019b 100644 --- a/include/yazpp/ir-assoc.h +++ b/include/yazpp/ir-assoc.h @@ -103,6 +103,7 @@ class YAZ_EXPORT IR_Assoc: public Z_Assoc { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/pdu-assoc.h b/include/yazpp/pdu-assoc.h index 8b98da2..2c8e97b 100644 --- a/include/yazpp/pdu-assoc.h +++ b/include/yazpp/pdu-assoc.h @@ -120,6 +120,7 @@ class YAZ_EXPORT PDU_AssocThread : public PDU_Assoc { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/pdu-observer.h b/include/yazpp/pdu-observer.h index c8f3d43..a9c54c0 100644 --- a/include/yazpp/pdu-observer.h +++ b/include/yazpp/pdu-observer.h @@ -90,6 +90,7 @@ class YAZ_EXPORT IPDU_Observer { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/query.h b/include/yazpp/query.h index ecdf989..af49466 100644 --- a/include/yazpp/query.h +++ b/include/yazpp/query.h @@ -48,6 +48,7 @@ class YAZ_EXPORT Yaz_Query { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/record-cache.h b/include/yazpp/record-cache.h index c23be3c..422d720 100644 --- a/include/yazpp/record-cache.h +++ b/include/yazpp/record-cache.h @@ -59,6 +59,7 @@ class YAZ_EXPORT RecordCache { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/socket-manager.h b/include/yazpp/socket-manager.h index 13a43fe..c83c3f3 100644 --- a/include/yazpp/socket-manager.h +++ b/include/yazpp/socket-manager.h @@ -91,6 +91,7 @@ class YAZ_EXPORT SocketManager : public ISocketObservable { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/socket-observer.h b/include/yazpp/socket-observer.h index 3de5544..0fa4e98 100644 --- a/include/yazpp/socket-observer.h +++ b/include/yazpp/socket-observer.h @@ -94,6 +94,7 @@ namespace yazpp_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/z-assoc.h b/include/yazpp/z-assoc.h index b546360..9ce34db 100644 --- a/include/yazpp/z-assoc.h +++ b/include/yazpp/z-assoc.h @@ -118,6 +118,7 @@ class YAZ_EXPORT Z_Assoc : public IPDU_Observer { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/z-databases.h b/include/yazpp/z-databases.h index f1b97ef..8d8ced3 100644 --- a/include/yazpp/z-databases.h +++ b/include/yazpp/z-databases.h @@ -49,6 +49,7 @@ public: /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/z-query.h b/include/yazpp/z-query.h index a708f8e..5a5c3c0 100644 --- a/include/yazpp/z-query.h +++ b/include/yazpp/z-query.h @@ -69,6 +69,7 @@ class YAZ_EXPORT Yaz_Z_Query : public Yaz_Query { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/include/yazpp/z-server.h b/include/yazpp/z-server.h index 947f61e..33d935f 100644 --- a/include/yazpp/z-server.h +++ b/include/yazpp/z-server.h @@ -163,6 +163,7 @@ class YAZ_EXPORT Yaz_USMARC { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/gdu.cpp b/src/gdu.cpp index 987f4b9..8df705e 100644 --- a/src/gdu.cpp +++ b/src/gdu.cpp @@ -82,6 +82,7 @@ void GDU::move_away_gdu(ODR dst, Z_GDU **gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/gduqueue.cpp b/src/gduqueue.cpp index 7be4f18..f723ff9 100644 --- a/src/gduqueue.cpp +++ b/src/gduqueue.cpp @@ -57,6 +57,7 @@ GDUQueue::~GDUQueue() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/pdu-observer.cpp b/src/pdu-observer.cpp index a1c6758..bf09149 100644 --- a/src/pdu-observer.cpp +++ b/src/pdu-observer.cpp @@ -20,7 +20,9 @@ IPDU_Observer::~IPDU_Observer() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/query.cpp b/src/query.cpp index 71e9a82..1eca8a5 100644 --- a/src/query.cpp +++ b/src/query.cpp @@ -15,7 +15,9 @@ Yaz_Query::~Yaz_Query() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/socket-observer.cpp b/src/socket-observer.cpp index c3afbc2..3eefe75 100644 --- a/src/socket-observer.cpp +++ b/src/socket-observer.cpp @@ -20,7 +20,9 @@ ISocketObserver::~ISocketObserver() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/tstquery.cpp b/src/tstquery.cpp index 75f17a6..8043b82 100644 --- a/src/tstquery.cpp +++ b/src/tstquery.cpp @@ -39,7 +39,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/yaz-cql2rpn.cpp b/src/yaz-cql2rpn.cpp index 2093e2a..3aa57fc 100644 --- a/src/yaz-cql2rpn.cpp +++ b/src/yaz-cql2rpn.cpp @@ -83,6 +83,7 @@ int Yaz_cql2rpn::query_transform(const char *cql_query, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-ir-assoc.cpp b/src/yaz-ir-assoc.cpp index a96a356..d5854d1 100644 --- a/src/yaz-ir-assoc.cpp +++ b/src/yaz-ir-assoc.cpp @@ -429,6 +429,7 @@ int IR_Assoc::send_deleteResultSetRequest(char* pResultSetId, char* pRefId) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-marc-sample.cpp b/src/yaz-marc-sample.cpp index b822f9b..2289711 100644 --- a/src/yaz-marc-sample.cpp +++ b/src/yaz-marc-sample.cpp @@ -1488,6 +1488,7 @@ const char *Yaz_USMARC::get_record(size_t position) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-my-client.cpp b/src/yaz-my-client.cpp index 32e9bbe..90504e2 100644 --- a/src/yaz-my-client.cpp +++ b/src/yaz-my-client.cpp @@ -552,6 +552,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-my-server.cpp b/src/yaz-my-server.cpp index 2c5d7cc..d79032b 100644 --- a/src/yaz-my-server.cpp +++ b/src/yaz-my-server.cpp @@ -245,6 +245,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-pdu-assoc-thread.cpp b/src/yaz-pdu-assoc-thread.cpp index e96a14e..e9f5178 100644 --- a/src/yaz-pdu-assoc-thread.cpp +++ b/src/yaz-pdu-assoc-thread.cpp @@ -115,6 +115,7 @@ void PDU_AssocThread::childNotify(COMSTACK cs) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-pdu-assoc.cpp b/src/yaz-pdu-assoc.cpp index 3ff759f..afa0e59 100644 --- a/src/yaz-pdu-assoc.cpp +++ b/src/yaz-pdu-assoc.cpp @@ -516,6 +516,7 @@ const char*PDU_Assoc::getpeername() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-socket-manager.cpp b/src/yaz-socket-manager.cpp index 4d15f30..715a2b6 100644 --- a/src/yaz-socket-manager.cpp +++ b/src/yaz-socket-manager.cpp @@ -319,6 +319,7 @@ SocketManager::~SocketManager() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-assoc.cpp b/src/yaz-z-assoc.cpp index cd45946..95c9b14 100644 --- a/src/yaz-z-assoc.cpp +++ b/src/yaz-z-assoc.cpp @@ -420,6 +420,7 @@ Z_ReferenceId* Z_Assoc::getRefID(char* str) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-cache.cpp b/src/yaz-z-cache.cpp index 4e78343..9c3eab6 100644 --- a/src/yaz-z-cache.cpp +++ b/src/yaz-z-cache.cpp @@ -215,6 +215,7 @@ int RecordCache::lookup (ODR o, Z_NamePlusRecordList **npr, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-databases.cpp b/src/yaz-z-databases.cpp index 798eb1f..afcf3c7 100644 --- a/src/yaz-z-databases.cpp +++ b/src/yaz-z-databases.cpp @@ -66,6 +66,7 @@ int Yaz_Z_Databases::match (int num, const char **db) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-query.cpp b/src/yaz-z-query.cpp index 461c55e..50dafd6 100644 --- a/src/yaz-z-query.cpp +++ b/src/yaz-z-query.cpp @@ -135,6 +135,7 @@ int Yaz_Z_Query::match(const Yaz_Z_Query *other) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-server-ill.cpp b/src/yaz-z-server-ill.cpp index 94e6935..41bb43f 100644 --- a/src/yaz-z-server-ill.cpp +++ b/src/yaz-z-server-ill.cpp @@ -40,6 +40,7 @@ int Yaz_Facility_ILL::recv(Z_Server *s, Z_APDU *apdu_request) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-server-sr.cpp b/src/yaz-z-server-sr.cpp index c90157e..ed8c6c2 100644 --- a/src/yaz-z-server-sr.cpp +++ b/src/yaz-z-server-sr.cpp @@ -238,6 +238,7 @@ int Yaz_Facility_Retrieval::recv(Z_Server *s, Z_APDU *apdu_request) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-server-update.cpp b/src/yaz-z-server-update.cpp index 14506f8..ae3b0fb 100644 --- a/src/yaz-z-server-update.cpp +++ b/src/yaz-z-server-update.cpp @@ -51,6 +51,7 @@ int Yaz_Facility_Update::recv(Z_Server *s, Z_APDU *apdu_request) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/yaz-z-server.cpp b/src/yaz-z-server.cpp index 3352f7a..ffa9d26 100644 --- a/src/yaz-z-server.cpp +++ b/src/yaz-z-server.cpp @@ -192,6 +192,7 @@ void Z_ServerUtility::create_diagnostics ( /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/z-server.cpp b/src/z-server.cpp index f754f94..dd7e9df 100644 --- a/src/z-server.cpp +++ b/src/z-server.cpp @@ -20,6 +20,7 @@ IServer_Facility::~IServer_Facility() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/main.cpp b/zlint/main.cpp index 9dc8aab..a2a20cf 100644 --- a/zlint/main.cpp +++ b/zlint/main.cpp @@ -53,6 +53,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-01.cpp b/zlint/test-init-01.cpp index 61c9427..c51bf69 100644 --- a/zlint/test-init-01.cpp +++ b/zlint/test-init-01.cpp @@ -64,6 +64,7 @@ Zlint_code Zlint_test_init_01::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-02.cpp b/zlint/test-init-02.cpp index b94c8af..499c3a8 100644 --- a/zlint/test-init-02.cpp +++ b/zlint/test-init-02.cpp @@ -57,6 +57,7 @@ Zlint_code Zlint_test_init_02::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-03.cpp b/zlint/test-init-03.cpp index e6f714a..adf3a2f 100644 --- a/zlint/test-init-03.cpp +++ b/zlint/test-init-03.cpp @@ -58,6 +58,7 @@ Zlint_code Zlint_test_init_03::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-04.cpp b/zlint/test-init-04.cpp index 434a5a1..1d8bbaf 100644 --- a/zlint/test-init-04.cpp +++ b/zlint/test-init-04.cpp @@ -60,6 +60,7 @@ Zlint_code Zlint_test_init_04::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-05.cpp b/zlint/test-init-05.cpp index 7341ed0..d6cf2a0 100644 --- a/zlint/test-init-05.cpp +++ b/zlint/test-init-05.cpp @@ -118,6 +118,7 @@ Zlint_code Zlint_test_init_05::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-06.cpp b/zlint/test-init-06.cpp index 7ed193b..27eb9fb 100644 --- a/zlint/test-init-06.cpp +++ b/zlint/test-init-06.cpp @@ -78,6 +78,7 @@ Zlint_code Zlint_test_init_06::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-07.cpp b/zlint/test-init-07.cpp index e3b33af..453af8b 100644 --- a/zlint/test-init-07.cpp +++ b/zlint/test-init-07.cpp @@ -106,6 +106,7 @@ Zlint_code Zlint_test_init_07::recv_gdu(Zlint *z, Z_GDU *gdu) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-init-08.cpp b/zlint/test-init-08.cpp index b4c3a65..7e37e4e 100644 --- a/zlint/test-init-08.cpp +++ b/zlint/test-init-08.cpp @@ -78,6 +78,7 @@ Zlint_code Zlint_test_init_08::recv_fail(Zlint *z, int reason) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-scan-01.cpp b/zlint/test-scan-01.cpp index 5448e92..0df895f 100644 --- a/zlint/test-scan-01.cpp +++ b/zlint/test-scan-01.cpp @@ -130,6 +130,7 @@ Zlint_code Zlint_test_scan_01::recv_fail(Zlint *z, int reason) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/test-search-01.cpp b/zlint/test-search-01.cpp index 535e556..85e9ab6 100644 --- a/zlint/test-search-01.cpp +++ b/zlint/test-search-01.cpp @@ -278,6 +278,7 @@ Zlint_code Zlint_test_search_01::recv_fail(Zlint *z, int reason) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/zlint.cpp b/zlint/zlint.cpp index 9589f86..ad3d811 100644 --- a/zlint/zlint.cpp +++ b/zlint/zlint.cpp @@ -269,6 +269,7 @@ Zlint_code Zlint_test_simple::recv_fail(Zlint *z, int reason) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zlint/zlint.h b/zlint/zlint.h index fa396c1..80cbd59 100644 --- a/zlint/zlint.h +++ b/zlint/zlint.h @@ -175,6 +175,7 @@ public: /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/canonical.cpp b/zoom/canonical.cpp index 01437c0..134db55 100644 --- a/zoom/canonical.cpp +++ b/zoom/canonical.cpp @@ -17,6 +17,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/zclient.cpp b/zoom/zclient.cpp index aa3f603..ba1abdd 100644 --- a/zoom/zclient.cpp +++ b/zoom/zclient.cpp @@ -49,6 +49,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/zconn.cpp b/zoom/zconn.cpp index 8d9e88c..9ac4fcb 100644 --- a/zoom/zconn.cpp +++ b/zoom/zconn.cpp @@ -50,6 +50,7 @@ namespace ZOOM { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/zexcept.cpp b/zoom/zexcept.cpp index 36fef06..d2569b3 100644 --- a/zoom/zexcept.cpp +++ b/zoom/zexcept.cpp @@ -106,6 +106,7 @@ namespace ZOOM { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/zquery.cpp b/zoom/zquery.cpp index 8bc757a..1cffefe 100644 --- a/zoom/zquery.cpp +++ b/zoom/zquery.cpp @@ -48,6 +48,7 @@ namespace ZOOM { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/zrec.cpp b/zoom/zrec.cpp index f43662e..8e29e3a 100644 --- a/zoom/zrec.cpp +++ b/zoom/zrec.cpp @@ -97,6 +97,7 @@ namespace ZOOM { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/zoom/zrs.cpp b/zoom/zrs.cpp index b33e27c..5f19668 100644 --- a/zoom/zrs.cpp +++ b/zoom/zrs.cpp @@ -39,6 +39,7 @@ namespace ZOOM { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab -- 1.7.10.4