summaryrefslogtreecommitdiff
path: root/libsigrokdecode.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-08-14 18:51:11 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-08-14 19:25:28 +0200
commitd841d5b26f2134143fc80c9898522d13387b7cc8 (patch)
tree4717f2fa54eb15f40bdcf4250fb44295c5fa2c95 /libsigrokdecode.h
parentdfbe1fb2a602114f74cc4f7e3610204dbb559012 (diff)
downloadlibsigrokdecode-d841d5b26f2134143fc80c9898522d13387b7cc8.tar.gz
libsigrokdecode-d841d5b26f2134143fc80c9898522d13387b7cc8.zip
Whitespace and consistency fixes.
Diffstat (limited to 'libsigrokdecode.h')
-rw-r--r--libsigrokdecode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libsigrokdecode.h b/libsigrokdecode.h
index 7f75ab2..4d18f3b 100644
--- a/libsigrokdecode.h
+++ b/libsigrokdecode.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LIBSIGROKDECODE_SIGROKDECODE_H
-#define LIBSIGROKDECODE_SIGROKDECODE_H
+#ifndef LIBSIGROKDECODE_LIBSIGROKDECODE_H
+#define LIBSIGROKDECODE_LIBSIGROKDECODE_H
#include <stdint.h>
#include <glib.h>
@@ -179,7 +179,7 @@ struct srd_decoder {
*/
GSList *binary;
- /** List of decoder options. */
+ /** List of decoder options. */
GSList *options;
/** Python module. */
@@ -208,7 +208,7 @@ struct srd_decoder_option {
char *id;
char *desc;
GVariant *def;
- GSList *values;
+ GSList *values;
};
struct srd_decoder_annotation_row {