style: attach_mode() -> attachMode()

This commit is contained in:
Isaac Freund
2020-08-24 11:50:38 +02:00
parent e92b6307d9
commit fd8c5e6410
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const util = @import("../util.zig");
const Error = @import("../command.zig").Error;
const Seat = @import("../Seat.zig");
pub fn attach_mode(
pub fn attachMode(
allocator: *std.mem.Allocator,
seat: *Seat,
args: []const []const u8,