]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
Typos and consistency fixes.
[libsigrok.git] / src / libsigrok-internal.h
index 1fc049e46e007cde6a505e01f875fd03ea58b26d..b0df768c82b57297f74d0226c78aedb560e69821 100644 (file)
@@ -79,7 +79,7 @@
  * @return the corresponding signed integer
  */
 #define RL16S(x)  ((int16_t) \
-                         (((unsigned)((const uint8_t*)(x))[1] <<  8) | \
+                  (((unsigned)((const uint8_t*)(x))[1] <<  8) | \
                     (unsigned)((const uint8_t*)(x))[0]))
 
 /**