Sfoglia il codice sorgente

indentation correction

avadapal 1 anno fa
parent
commit
a5bb0cd046
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      2p-preprocessing/preprocessing.cpp

+ 3 - 3
2p-preprocessing/preprocessing.cpp

@@ -265,9 +265,9 @@ inline void evalfull_mpc(const size_t &nodes_per_leaf, const size_t &depth, cons
 
 	for (size_t layer = 0; layer < depth; ++layer)
 	{
-#ifdef VERBOSE
-		printf("layer = %zu\n", layer);
-#endif
+   #ifdef VERBOSE
+		 printf("layer = %zu\n", layer);
+   #endif
 		curlayer = 1 - curlayer;
 
 		size_t i = 0, j = 0;