diff options
author | scop <scop> | 2005-04-18 21:18:43 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-18 21:18:43 +0000 |
commit | 13657b1d3c7c45278eea357be9fb169ad9c50907 (patch) | |
tree | 99be99235dfbb5ce843c325ce4684c1e8dfb7edc /dxr3.c | |
parent | 7d8c274a64df5375bb4dea2cf18ac5984165467b (diff) | |
download | vdr-plugin-dxr3-13657b1d3c7c45278eea357be9fb169ad9c50907.tar.gz vdr-plugin-dxr3-13657b1d3c7c45278eea357be9fb169ad9c50907.tar.bz2 |
More indentation settings.
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * -* $Id: dxr3.c,v 1.5 2005/04/18 19:34:23 scop Exp $ +* $Id: dxr3.c,v 1.6 2005/04/18 21:18:43 scop Exp $ */ @@ -448,5 +448,6 @@ VDRPLUGINCREATOR(cPluginDxr3); // Don't touch this! // Local variables: // mode: c++ // c-file-style: "stroustrup" +// c-file-offsets: ((inline-open . 0)) // indent-tabs-mode: t // End: |