瀏覽代碼

Drop spurious nbsp

Samuel Thibault 13 年之前
父節點
當前提交
09dab6fd3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -694,7 +694,7 @@ static void load_bus_affinity_file_content(void)
 #endif /* !STARPU_USE_OPENCL */
 
 	fclose(f);
-#endif /* !(STARPU_USE_CUDA_ || STARPU_USE_OPENCL */
+#endif /* !(STARPU_USE_CUDA_ || STARPU_USE_OPENCL */
 
 }