[hipl-commit] [trunk] Rev 4566: cosmetics: minor indentation fix

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 18 May 2010 22:46:24 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 18/05/2010 at 22:46:24
Revision: 4566
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  cosmetics: minor indentation fix

Modified:
  M  test/dh_performance.c

=== modified file 'test/dh_performance.c'
--- test/dh_performance.c       2010-05-17 22:14:29 +0000
+++ test/dh_performance.c       2010-05-18 19:46:13 +0000
@@ -696,11 +696,11 @@
         if (sw_file_output) {
             hip_perf_start_benchmark(perf_set, PS_DH_SHARE);
         }
-        hip_gen_dh_shared_key(  dh_key_pool[i % sw_create_dh],
-                                pub_key,
-                                dh_size,
-                                shared_key,
-                                sw_shared_key_len);
+        hip_gen_dh_shared_key(dh_key_pool[i % sw_create_dh],
+                              pub_key,
+                              dh_size,
+                              shared_key,
+                              sw_shared_key_len);
         if (sw_file_output) {
             hip_perf_stop_benchmark(perf_set, PS_DH_SHARE);
             hip_perf_write_benchmark(perf_set, PS_DH_SHARE);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4566: cosmetics: minor indentation fix - Diego Biurrun