diff options
author | Richard Hughes <richard@hughsie.com> | 2016-12-07 10:59:50 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-12-07 11:01:16 +0000 |
commit | 44b5acdc4332540b6cda6def59e156a1319f5585 (patch) | |
tree | 8d75d4b307a43daa32cb78be5c1fff18e3807276 /data | |
parent | 3c4cfd91bcbbc749f482fbd15bf72c9d32b67a11 (diff) | |
download | appstream-glib-44b5acdc4332540b6cda6def59e156a1319f5585.tar.gz |
trivial: Don't include trailing whitespace from AppData files
Translators sometimes leave extra whitespace, so if we're parsing without
AS_NODE_FROM_XML_FLAG_LITERAL_TEXT then just swallow the trailing spaces.
Diffstat (limited to 'data')
-rw-r--r-- | data/tests/firmware/2_0_2/firmware.metainfo.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/tests/firmware/2_0_2/firmware.metainfo.xml b/data/tests/firmware/2_0_2/firmware.metainfo.xml index c459bd2..11028c9 100644 --- a/data/tests/firmware/2_0_2/firmware.metainfo.xml +++ b/data/tests/firmware/2_0_2/firmware.metainfo.xml @@ -2,8 +2,8 @@ <!-- Copyright 2015 Richard Hughes <richard@hughsie.com> --> <component type="firmware"> <id>com.hughski.ColorHug2.firmware</id> - <name>ColorHug Firmware</name> - <summary>Firmware for the ColorHug Colorimeter</summary> + <name>ColorHug Firmware </name> + <summary>Firmware for the ColorHug Colorimeter </summary> <description> <p> Updating the firmware on your ColorHug device improves performance and @@ -22,9 +22,9 @@ <release version="2.0.2" timestamp="1424116753"> <location>http://www.hughski.com/downloads/colorhug2/firmware/colorhug-2.0.2.cab</location> <description> - <p>This unstable release adds the following features:</p> + <p>This unstable release adds the following features: </p> <ul> - <li>Add TakeReadingArray to enable panel latency measurements</li> + <li>Add TakeReadingArray to enable panel latency measurements </li> <li> Speed up the auto-scaled measurements considerably, using 256ms as the smallest sample duration |