|
From: Kouhei S. <nul...@cl...> - 2013-11-05 12:04:44
|
Kouhei Sutou 2013-11-05 21:04:24 +0900 (Tue, 05 Nov 2013) New Revision: 7c4c131d6754b7418d7f358f2eaa57f815a89a28 https://github.com/clear-code/cutter/commit/7c4c131d6754b7418d7f358f2eaa57f815a89a28 Message: test: untabify Modified files: test/fixtures/thread/failure/stub-failure.c Modified: test/fixtures/thread/failure/stub-failure.c (+2 -2) =================================================================== --- test/fixtures/thread/failure/stub-failure.c 2013-11-05 21:01:18 +0900 (eae5b76) +++ test/fixtures/thread/failure/stub-failure.c 2013-11-05 21:04:24 +0900 (0372c5a) @@ -1,6 +1,6 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - * Copyright (C) 2011 Kouhei Sutou <ko...@cl...> + * Copyright (C) 2011-2013 Kouhei Sutou <ko...@cl...> * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -52,7 +52,7 @@ test_failure (void) } for (i = 0; i < sizeof(threads) / sizeof(*threads); i++) { - g_thread_join(threads[i]); + g_thread_join(threads[i]); } } |