From 94427a5de22e58b43b5ee6d044bcd6e907c9407f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 28 Feb 2010 20:36:06 +0200 Subject: Fix indentation settings. --- dxr3.c | 2 +- dxr3.h | 2 +- dxr3audiodecoder.c | 2 +- dxr3audiodecoder.h | 2 +- dxr3blackframe.c | 2 +- dxr3demuxdevice.c | 2 +- dxr3demuxdevice.h | 2 +- dxr3device.c | 2 +- dxr3device.h | 2 +- dxr3generaldefines.h | 2 +- dxr3interface.c | 2 +- dxr3interface.h | 2 +- dxr3multichannelaudio.c | 2 +- dxr3multichannelaudio.h | 2 +- dxr3osd.c | 2 +- dxr3osd.h | 2 +- dxr3output-audio.c | 2 +- dxr3output-video.c | 2 +- dxr3output.c | 2 +- dxr3output.h | 2 +- dxr3pesframe.c | 2 +- dxr3pesframe.h | 2 +- dxr3spudecoder.c | 2 +- dxr3spudecoder.h | 2 +- dxr3syncbuffer.c | 2 +- dxr3syncbuffer.h | 2 +- dxr3tools.h | 2 +- settings.h | 2 +- singleton.h | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/dxr3.c b/dxr3.c index f43bf36..13b19cc 100644 --- a/dxr3.c +++ b/dxr3.c @@ -319,6 +319,6 @@ VDRPLUGINCREATOR(cPluginDxr3); // Don't touch this! // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3.h b/dxr3.h index 2eb9eb7..cb9efd0 100644 --- a/dxr3.h +++ b/dxr3.h @@ -84,6 +84,6 @@ public: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3audiodecoder.c b/dxr3audiodecoder.c index e1bc0be..b2758ec 100644 --- a/dxr3audiodecoder.c +++ b/dxr3audiodecoder.c @@ -333,6 +333,6 @@ int cDxr3AudioDecoder::calcFrameSize(const uint8_t *header) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h index 62eb806..dda1ee4 100644 --- a/dxr3audiodecoder.h +++ b/dxr3audiodecoder.h @@ -75,6 +75,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3blackframe.c b/dxr3blackframe.c index 4b26d2b..3c39774 100644 --- a/dxr3blackframe.c +++ b/dxr3blackframe.c @@ -1290,6 +1290,6 @@ int blackframeLength = sizeof(blackframe); // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c index 0814488..2264803 100644 --- a/dxr3demuxdevice.c +++ b/dxr3demuxdevice.c @@ -411,6 +411,6 @@ int cDxr3DemuxDevice::DemuxAudioPes(const uint8_t* buf, int length) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h index 2f38260..29f00b0 100644 --- a/dxr3demuxdevice.h +++ b/dxr3demuxdevice.h @@ -77,6 +77,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3device.c b/dxr3device.c index 8bfdd90..39614a7 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -320,6 +320,6 @@ void cDxr3Device::turnPlugin(bool on) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3device.h b/dxr3device.h index 6a775ad..0d212f6 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -97,6 +97,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3generaldefines.h b/dxr3generaldefines.h index a06c2c3..b40c5ad 100644 --- a/dxr3generaldefines.h +++ b/dxr3generaldefines.h @@ -50,6 +50,6 @@ enum eDxr3TrickState { // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3interface.c b/dxr3interface.c index 0625029..af6bc15 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -650,6 +650,6 @@ cMutex* cDxr3Interface::m_pMutex = new cMutex; // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3interface.h b/dxr3interface.h index 96d551a..68dcaed 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -166,6 +166,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3multichannelaudio.c b/dxr3multichannelaudio.c index b12332f..e63d8e8 100644 --- a/dxr3multichannelaudio.c +++ b/dxr3multichannelaudio.c @@ -783,6 +783,6 @@ void cMultichannelAudio::Encapsulate(uchar *b, int length) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3multichannelaudio.h b/dxr3multichannelaudio.h index 9e80a19..7a7e39f 100644 --- a/dxr3multichannelaudio.h +++ b/dxr3multichannelaudio.h @@ -40,6 +40,6 @@ public: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3osd.c b/dxr3osd.c index 77ddfe5..8db15aa 100644 --- a/dxr3osd.c +++ b/dxr3osd.c @@ -287,6 +287,6 @@ void cDxr3Osd::copy(cBitmap *part, int area, transPair pair[16], int numPair) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3osd.h b/dxr3osd.h index f96ee09..3cf78ac 100644 --- a/dxr3osd.h +++ b/dxr3osd.h @@ -72,6 +72,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3output-audio.c b/dxr3output-audio.c index 25f40c1..760e4e4 100644 --- a/dxr3output-audio.c +++ b/dxr3output-audio.c @@ -133,6 +133,6 @@ void cDxr3AudioOutThread::PlayFrame(cFixedLengthFrame *frame) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3output-video.c b/dxr3output-video.c index 4773853..c585e3e 100644 --- a/dxr3output-video.c +++ b/dxr3output-video.c @@ -99,6 +99,6 @@ void cDxr3VideoOutThread::Action() // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3output.c b/dxr3output.c index dc56251..1b3df27 100644 --- a/dxr3output.c +++ b/dxr3output.c @@ -36,6 +36,6 @@ cDxr3OutputThread::cDxr3OutputThread(cDxr3SyncBuffer& buffer) : // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3output.h b/dxr3output.h index abd21c6..2a2c77d 100644 --- a/dxr3output.h +++ b/dxr3output.h @@ -80,6 +80,6 @@ protected: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3pesframe.c b/dxr3pesframe.c index 817c51c..da759fd 100644 --- a/dxr3pesframe.c +++ b/dxr3pesframe.c @@ -131,6 +131,6 @@ uint32_t cDxr3PesFrame::m_staticAspectRatio = EM8300_ASPECTRATIO_4_3; // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3pesframe.h b/dxr3pesframe.h index 6eddd68..0547604 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -142,6 +142,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c index f01e718..6d870bf 100644 --- a/dxr3spudecoder.c +++ b/dxr3spudecoder.c @@ -628,6 +628,6 @@ int cDxr3SpuDecoder::setTime(uint32_t pts) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index 939089a..0aa5ed9 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -182,6 +182,6 @@ inline uint32_t cDxr3SpuPalette::getColor(uint8_t idx, uint8_t trans) const // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3syncbuffer.c b/dxr3syncbuffer.c index d9b7f3d..be45a2a 100644 --- a/dxr3syncbuffer.c +++ b/dxr3syncbuffer.c @@ -289,6 +289,6 @@ void cDxr3SyncBuffer::ReceiverStopped(void) // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 0be8d91..87bc45f 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -125,6 +125,6 @@ private: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/dxr3tools.h b/dxr3tools.h index 494b3ab..d42470b 100644 --- a/dxr3tools.h +++ b/dxr3tools.h @@ -106,6 +106,6 @@ namespace Tools // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/settings.h b/settings.h index 62b2110..3287c59 100644 --- a/settings.h +++ b/settings.h @@ -74,6 +74,6 @@ public: // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: diff --git a/singleton.h b/singleton.h index 37ccc95..ffd380f 100644 --- a/singleton.h +++ b/singleton.h @@ -70,6 +70,6 @@ cMutex Singleton::m; // mode: c++ // c-file-style: "stroustrup" // c-file-offsets: ((inline-open . 0)) -// tab-width: 4; +// c-basic-offset: 4 // indent-tabs-mode: nil // End: -- cgit v1.2.3