projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
109d788
)
am7xxx: put some spaces around operators
author
Antonio Ospite <ao2@ao2.it>
Wed, 8 Jul 2015 09:26:13 +0000
(11:26 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 8 Jul 2015 09:26:13 +0000
(11:26 +0200)
src/am7xxx.c
patch
|
blob
|
history
diff --git
a/src/am7xxx.c
b/src/am7xxx.c
index
74ae689
..
b988267
100644
(file)
--- a/
src/am7xxx.c
+++ b/
src/am7xxx.c
@@
-341,7
+341,7
@@
static inline unsigned int in_80chars(unsigned int i)
{
/* The 3 below is the length of "xx " where xx is the hex string
* representation of a byte */
{
/* The 3 below is the length of "xx " where xx is the hex string
* representation of a byte */
- return ((i
+1) % (80/
3));
+ return ((i
+ 1) % (80 /
3));
}
static void trace_dump_buffer(am7xxx_context *ctx, const char *message,
}
static void trace_dump_buffer(am7xxx_context *ctx, const char *message,