diff options
Diffstat (limited to 'tests/document-saver.c')
-rw-r--r-- | tests/document-saver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/document-saver.c b/tests/document-saver.c index c67d1e02..0706fef2 100644 --- a/tests/document-saver.c +++ b/tests/document-saver.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with pluma; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ @@ -706,7 +706,7 @@ int main (int argc, g_test_add_func ("/document-saver/remote", test_remote); g_test_add_func ("/document-saver/remote-new-line", test_remote_newline); - + if (have_unowned) { |