From fa93a106cb72aaa0abbf61c215a1b3f5d91e8a11 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 27 Feb 2017 10:13:24 +0000 Subject: [PATCH] Spaces! --- .../matrix-org/dendrite/roomserver/storage/events_table.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/events_table.go b/src/github.com/matrix-org/dendrite/roomserver/storage/events_table.go index a8c5f9c8f..2a2f7e20f 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/storage/events_table.go +++ b/src/github.com/matrix-org/dendrite/roomserver/storage/events_table.go @@ -23,8 +23,8 @@ CREATE TABLE IF NOT EXISTS events ( -- Local numeric ID for the state_key of the event -- This is 0 if the event is not a state event. event_state_key_nid BIGINT NOT NULL, - -- Whether the event has been written to the output log. - sent_to_output BOOLEAN NOT NULL DEFAULT FALSE, + -- Whether the event has been written to the output log. + sent_to_output BOOLEAN NOT NULL DEFAULT FALSE, -- Local numeric ID for the state at the event. -- This is 0 if we don't know the state at the event. -- If the state is not 0 then this event is part of the contiguous