Skip to content

Commit a548952

Browse files
committed
style formatting
1 parent ba436eb commit a548952

File tree

1 file changed

+2
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+2
-1
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3613,7 +3613,8 @@ pub const FAN_REPORT_NAME: ::c_uint = 0x0000_0800;
36133613
pub const FAN_REPORT_TARGET_FID: ::c_uint = 0x0000_1000;
36143614

36153615
pub const FAN_REPORT_DFID_NAME: ::c_uint = FAN_REPORT_DIR_FID | FAN_REPORT_NAME;
3616-
pub const FAN_REPORT_DFID_NAME_TARGET: ::c_uint = FAN_REPORT_DFID_NAME | FAN_REPORT_FID | FAN_REPORT_TARGET_FID;
3616+
pub const FAN_REPORT_DFID_NAME_TARGET: ::c_uint =
3617+
FAN_REPORT_DFID_NAME | FAN_REPORT_FID | FAN_REPORT_TARGET_FID;
36173618

36183619
pub const FAN_MARK_ADD: ::c_uint = 0x0000_0001;
36193620
pub const FAN_MARK_REMOVE: ::c_uint = 0x0000_0002;

0 commit comments

Comments
 (0)