From 8865d83090d9820380af95bfdc121b42e60ac62f Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Fri, 16 Sep 2016 01:16:28 +0100 Subject: Retab to spaces --- include/structs.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include/structs.h') diff --git a/include/structs.h b/include/structs.h index 3b5c550..035af45 100644 --- a/include/structs.h +++ b/include/structs.h @@ -4,21 +4,21 @@ #include struct item { - double p; - double w; + double p; + double w; }; struct data { - long int N; - struct item * items; - double allp; - double allw; + long int N; + struct item * items; + double allp; + double allw; }; struct front_item { - struct item i; - struct front_item * next; - struct front_item * prev; + struct item i; + struct front_item * next; + struct front_item * prev; clock_t time; }; #endif -- cgit v1.2.3