瀏覽代碼

Fix pragma/ifdef nesting

Samuel Thibault 4 年之前
父節點
當前提交
b0818f7113
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/debug/traces/starpu_fxt.h

+ 2 - 2
src/debug/traces/starpu_fxt.h

@@ -87,8 +87,8 @@ void _starpu_fxt_component_dump(FILE *output);
 void _starpu_fxt_component_finish(FILE *output);
 void _starpu_fxt_component_deinit(void);
 
-#endif // STARPU_USE_FXT
-
 #pragma GCC visibility pop
 
+#endif // STARPU_USE_FXT
+
 #endif // __STARPU__FXT_H__