[hipl-commit] [trunk] Rev 4241: whitespace cosmetics

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 13:49:56 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 13:49:56
Revision: 4241
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  whitespace cosmetics

Modified:
  M  hipd/hadb.c

=== modified file 'hipd/hadb.c'
--- hipd/hadb.c 2010-04-13 09:52:59 +0000
+++ hipd/hadb.c 2010-04-13 10:49:46 +0000
@@ -1800,10 +1800,7 @@
     hid.heartbeats_sent     = entry->heartbeats_sent;
 
     /*For some reason this gives negative result*/
-    /*hip_timeval_diff(&entry->bex_start,
-     *               &entry->bex_end,
-     *               &hid.bex_duration);*/
-
+    //hip_timeval_diff(&entry->bex_start, &entry->bex_end, &hid.bex_duration);
 
     // struct timeval * duration = hip_get_duration(entry->bex_start, 
entry->bex_end);
     // HIP_ASSERT(duration != NULL);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4241: whitespace cosmetics - Diego Biurrun