Skip to content

Commit

Permalink
Merge pull request #429 from ksooo/coding-guidelines
Browse files Browse the repository at this point in the history
Code cleanup: Apply Kodi clang-format ruleset.
  • Loading branch information
ksooo authored Oct 6, 2019
2 parents e96fdd1 + 3c1be98 commit 70df62e
Show file tree
Hide file tree
Showing 56 changed files with 2,906 additions and 3,129 deletions.
1 change: 1 addition & 0 deletions lib/libhts/htsmsg.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define HTSMSG_H_

#include <inttypes.h>
#include <stddef.h>
#include "htsq.h"

#define HTSMSG_ERR_FIELD_NOT_FOUND -1
Expand Down
2 changes: 1 addition & 1 deletion pvr.hts/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.hts"
version="5.2.0"
version="5.2.1"
name="Tvheadend HTSP Client"
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.hts/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
5.2.1
- Code cleanup: Apply Kodi clang-format ruleset.

5.2.0
- Update: Recompile for 6.1.0 PVR Addon API compatibility

Expand Down
Loading

0 comments on commit 70df62e

Please sign in to comment.