aboutsummaryrefslogtreecommitdiff
path: root/src/command.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-05-02 23:11:56 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-05-02 23:11:56 +0200
commite199bcba43174403a578f7a1e92e0a95076495c8 (patch)
treeff84537bbf3ba93ad40ec465b41fa0125f78a9f4 /src/command.zig
parent8a9c2182eabadf6e50532b2b9a1044859587af82 (diff)
downloadriver-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.zig')
-rw-r--r--src/command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.zig b/src/command.zig
index a6b8bec..f559315 100644
--- a/src/command.zig
+++ b/src/command.zig
@@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-const Seat = @import("seat.zig");
+const Seat = @import("Seat.zig");
pub const Direction = enum {
Next,