From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Magic2/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Magic2/Command.cpp') diff --git a/Magic2/Command.cpp b/Magic2/Command.cpp index ce199b6..c018dad 100644 --- a/Magic2/Command.cpp +++ b/Magic2/Command.cpp @@ -33,7 +33,7 @@ OVERVIEW ======== - Base class (interface) for command pattern. A + Base class (interface) for command pattern. A command encapsulates a single editing operation that may be performed on a document. Each command may be done or undone multiple times. The specialized -- cgit v1.1