瀏覽代碼

indentation correction

avadapal 1 年之前
父節點
當前提交
a5bb0cd046
共有 1 個文件被更改,包括 3 次插入3 次删除
  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;