From e4632f204b94d9bf0b701ac42a592c2b441fc76b Mon Sep 17 00:00:00 2001
From: Raphael Defosseux <raphael.defosseux@eurecom.fr>
Date: Fri, 26 Jul 2019 15:37:55 +0200
Subject: [PATCH] CI: dummy commit to re-run CI job

Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
---
 openair1/SIMULATION/NR_PHY/dlsim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair1/SIMULATION/NR_PHY/dlsim.c b/openair1/SIMULATION/NR_PHY/dlsim.c
index 880df436de..d9d9910d89 100644
--- a/openair1/SIMULATION/NR_PHY/dlsim.c
+++ b/openair1/SIMULATION/NR_PHY/dlsim.c
@@ -793,7 +793,7 @@ int main(int argc, char **argv)
 
     printf("SNR %f : n_errors (negative CRC) = %d/%d\n", SNR, n_errors, n_trials);
     printf("\n");
-    
+
     if ((float)n_errors/(float)n_trials <= target_error_rate) {
       printf("PDCCH test OK\n");
       break;
-- 
2.26.2