summary refs log tree commit diff
path: root/include/events
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:11:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:51:29 +0300
commit0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch)
tree11da9fbb7105834401d8e7999d42a4107221aa37 /include/events
parentMerge pull request #82 from rokups/fix/#50 (diff)
downloadnheko-0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc.tar.xz
Remove extra clang-format options
Diffstat (limited to 'include/events')
-rw-r--r--include/events/CreateEventContent.h3
-rw-r--r--include/events/TopicEventContent.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/include/events/CreateEventContent.h b/include/events/CreateEventContent.h

index dcea5fd5..7db2d367 100644 --- a/include/events/CreateEventContent.h +++ b/include/events/CreateEventContent.h
@@ -26,7 +26,8 @@ namespace matrix namespace events { /* - * This is the first event in a room and cannot be changed. It acts as the root of all other events. + * This is the first event in a room and cannot be changed. It acts as the root + * of all other events. */ class CreateEventContent diff --git a/include/events/TopicEventContent.h b/include/events/TopicEventContent.h
index c393b3ef..b6c376e7 100644 --- a/include/events/TopicEventContent.h +++ b/include/events/TopicEventContent.h
@@ -26,7 +26,8 @@ namespace matrix namespace events { /* - * A topic is a short message detailing what is currently being discussed in the room. + * A topic is a short message detailing what is currently being discussed in the + * room. */ class TopicEventContent