Skip to content

Commit ea8967c

Browse files
committed
modify code format
1 parent 97c1d3f commit ea8967c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

paddle/phi/backends/dynload/dynamic_loader.cc

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ COMMON_DECLARE_string(flagcx_dir);
7373
#endif
7474

7575
PHI_DEFINE_EXPORTED_string(
76-
flagcx_dir, // NOLINT
77-
"",
78-
"Specify path for loading libflagcx.so. For instance, "
79-
"For instance, /usr/local/flagcx/lib. If default, "
80-
"dlopen will search flagcx from LD_LIBRARY_PATH");
76+
flagcx_dir, // NOLINT
77+
"",
78+
"Specify path for loading libflagcx.so. For instance, "
79+
"For instance, /usr/local/flagcx/lib. If default, "
80+
"dlopen will search flagcx from LD_LIBRARY_PATH");
8181

8282
#ifdef PADDLE_WITH_XPU
8383
PD_DEFINE_string(xpti_dir, "", "Specify path for loading libxpti.so.");

0 commit comments

Comments
 (0)