summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING1
-rw-r--r--HISTORY1
-rw-r--r--Makefile1
-rw-r--r--README1
-rw-r--r--bitmap.c1
-rw-r--r--bitmap.h1
-rw-r--r--ffont.c1
-rw-r--r--ffont.h1
-rw-r--r--imon.c1
-rw-r--r--imon.h1
-rw-r--r--imonlcd.c1
-rw-r--r--po/de_DE.po1
-rw-r--r--setup.c1
-rw-r--r--setup.h1
-rw-r--r--status.c1
-rw-r--r--status.h1
-rw-r--r--watch.c1
17 files changed, 17 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index f90922e..d4f43d4 100644
--- a/COPYING
+++ b/COPYING
@@ -338,3 +338,4 @@ proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
+
diff --git a/HISTORY b/HISTORY
index 33d526e..3fe039f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,3 +4,4 @@ VDR Plugin 'imonlcd' Revision History
2009-05-19: Version 0.0.1
- Initial revision.
+
diff --git a/Makefile b/Makefile
index 45a7c35..ac5d895 100644
--- a/Makefile
+++ b/Makefile
@@ -114,3 +114,4 @@ dist: clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot
+
diff --git a/README b/README
index f092092..c97e217 100644
--- a/README
+++ b/README
@@ -101,3 +101,4 @@ Possible options are:
vdr -P'imonlcd'
vdr -P'imonlcd -d /dev/lcd0 -p ffdc'
+
diff --git a/bitmap.c b/bitmap.c
index b16ab9a..860d758 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -96,3 +96,4 @@ bool ciMonBitmap::SetPixel(int x, int y)
bitmap[n] |= c;
return true;
}
+
diff --git a/bitmap.h b/bitmap.h
index a5e986c..6abe5ef 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -35,3 +35,4 @@ public:
#endif
+
diff --git a/ffont.c b/ffont.c
index 01fc4fe..96af13f 100644
--- a/ffont.c
+++ b/ffont.c
@@ -220,3 +220,4 @@ int ciMonFont::DrawText(ciMonBitmap *Bitmap, int x, int y, const char *s, int Wi
return -1;
}
+
diff --git a/ffont.h b/ffont.h
index 003007d..ea51b1c 100644
--- a/ffont.h
+++ b/ffont.h
@@ -77,3 +77,4 @@ public:
#endif
+
diff --git a/imon.c b/imon.c
index 147eef1..daaf020 100644
--- a/imon.c
+++ b/imon.c
@@ -638,3 +638,4 @@ bool ciMonLCD::SetFont(const char *szFont) {
}
return false;
}
+
diff --git a/imon.h b/imon.h
index a28d35e..12a1736 100644
--- a/imon.h
+++ b/imon.h
@@ -134,3 +134,4 @@ public:
#endif
+
diff --git a/imonlcd.c b/imonlcd.c
index 0e60cd1..3c75c6e 100644
--- a/imonlcd.c
+++ b/imonlcd.c
@@ -222,3 +222,4 @@ cString cPluginImonlcd::SVDRPCommand(const char *Command, const char *Option, in
}
VDRPLUGINCREATOR(cPluginImonlcd); // Don't touch this!
+
diff --git a/po/de_DE.po b/po/de_DE.po
index 9cc629f..7dc1937 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -50,3 +50,4 @@ msgstr "Ende Modus"
msgid "Unknown title"
msgstr "Unbekannter Titel"
+
diff --git a/setup.c b/setup.c
index 9cb58a8..91acd25 100644
--- a/setup.c
+++ b/setup.c
@@ -206,3 +206,4 @@ eOSState ciMonMenuSetup::ProcessKey(eKeys nKey)
return cMenuSetupPage::ProcessKey(nKey);
}
+
diff --git a/setup.h b/setup.h
index 88bf574..9dfe092 100644
--- a/setup.h
+++ b/setup.h
@@ -54,3 +54,4 @@ public:
extern cIMonSetup theSetup;
#endif //__IMON_SETUP_H___
+
diff --git a/status.c b/status.c
index b786ffb..035282f 100644
--- a/status.c
+++ b/status.c
@@ -126,3 +126,4 @@ void ciMonStatusMonitor::OsdProgramme(time_t PresentTime, const char *PresentTit
dsyslog("%5s %s", "", FollowingSubtitle);
#endif
}
+
diff --git a/status.h b/status.h
index b74dc0c..05a7e0e 100644
--- a/status.h
+++ b/status.h
@@ -36,3 +36,4 @@ class ciMonStatusMonitor : public cStatus {
};
#endif
+
diff --git a/watch.c b/watch.c
index 7dc40c2..2cc52ae 100644
--- a/watch.c
+++ b/watch.c
@@ -682,3 +682,4 @@ bool ciMonWatch::SetFont(const char *szFont) {
return false;
}
+