diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-02 23:11:56 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-02 23:11:56 +0200 |
| commit | e199bcba43174403a578f7a1e92e0a95076495c8 (patch) | |
| tree | ff84537bbf3ba93ad40ec465b41fa0125f78a9f4 /src/command/modify_master_count.zig | |
| parent | 8a9c2182eabadf6e50532b2b9a1044859587af82 (diff) | |
| download | river-e199bcba43174403a578f7a1e92e0a95076495c8.tar.gz river-e199bcba43174403a578f7a1e92e0a95076495c8.tar.xz | |
Rename files contatining top level structs
This respects the naming convention of snake_case namespaces and
TitleCase types.
Diffstat (limited to 'src/command/modify_master_count.zig')
| -rw-r--r-- | src/command/modify_master_count.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/modify_master_count.zig b/src/command/modify_master_count.zig index f03c075..c7a5ac1 100644 --- a/src/command/modify_master_count.zig +++ b/src/command/modify_master_count.zig @@ -20,7 +20,7 @@ const std = @import("std"); const c = @import("../c.zig"); const Arg = @import("../command.zig").Arg; -const Seat = @import("../seat.zig"); +const Seat = @import("../Seat.zig"); /// Modify the number of master views pub fn modifyMasterCount(seat: *Seat, arg: Arg) void { |
