[Pkg-running-devel] [openambit] 13/131: Indented a few comments

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit ba877c535e703f67d82b7371e712bb5c5a0f2d8d
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Thu Dec 12 21:59:51 2013 +0100

    Indented a few comments
---
 src/libambit/libambit.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/libambit/libambit.h b/src/libambit/libambit.h
index 3e5fadc..0218cd7 100644
--- a/src/libambit/libambit.h
+++ b/src/libambit/libambit.h
@@ -179,7 +179,7 @@ typedef struct ambit_log_sample_periodic_value_s {
         uint32_t ehpe;              /* meters scale: 0.01 */
         uint32_t evpe;              /* meters scale: 0.01 */
         int16_t  altitude;          /* meters, -1000 <= altitude <= 10000 */
-        uint16_t abspressure;      /* hpa scale 0.1 */
+        uint16_t abspressure;       /* hpa scale 0.1 */
         uint16_t energy;            /* hcal/min */
         int16_t  temperature;       /* celsius scale 0.1, -100 <= temp <= 100 */
         uint8_t  charge;            /* percent */
@@ -190,7 +190,7 @@ typedef struct ambit_log_sample_periodic_value_s {
         uint16_t wristcadence;      /* rpm, ignore if 0xffff */
         uint8_t  snr[16];           /* ? */
         uint8_t  noofsatellites;    /* ignore if 0xff */
-        int16_t  sealevelpressure; /* hpa scale: 0.1 */
+        int16_t  sealevelpressure;  /* hpa scale: 0.1 */
         int16_t  verticalspeed;     /* m/s scale: 0.01 */
         uint8_t  cadence;           /* rpm, ignore if 0xff */
         uint16_t bikepower;         /* watt */
@@ -223,7 +223,7 @@ typedef struct ambit_log_sample_s {
             uint16_t ibi[32];
         } ibi;
         uint16_t ttff;
-        uint8_t  distance_source; /* 2 = GPS, 3 = Wrist */
+        uint8_t  distance_source;               /* 2 = GPS, 3 = Wrist */
         struct {
             uint8_t event_type;                 /* 0x01 = manual lap,
                                                    0x14 = high interval end,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list