OSDN Git Service

In libobjc/:
[pf3gnuchains/gcc-fork.git] / libobjc / objc-foreach.c
index 047f0cb..9112061 100644 (file)
@@ -22,11 +22,9 @@ a copy of the GCC Runtime Library Exception along with this program;
 see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 <http://www.gnu.org/licenses/>.  */
 
-/*
-  This file implements objc_enumeration_mutation() and
-  objc_set_enumeration_mutation_handler(), the two functions required
-  to handle mutations during a fast enumeration.
-*/
+/* This file implements objc_enumeration_mutation() and
+   objc_set_enumeration_mutation_handler(), the two functions required
+   to handle mutations during a fast enumeration.  */
 #include "objc-private/common.h"
 #include "objc-private/error.h"     /* For _objc_abort() */
 #include "objc/runtime.h"           /* For objc_enumerationMutation() and objc_set_enumeration_mutation_handler() */