From 03dbada4fb1c4400d6dc73f18da479b7fb86530f Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 8 Sep 2010 21:10:57 +0000 Subject: [PATCH] Reindented comment From-SVN: r164026 --- libobjc/objc/Object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index b9cf037b1b5..45c74deaca7 100644 --- a/libobjc/objc/Object.h +++ b/libobjc/objc/Object.h @@ -131,8 +131,8 @@ extern "C" { + (int)version; + setVersion:(int)aVersion; -/* The following methods were deprecated in GCC 4.6.0 and will be removed in the next - GCC release. +/* The following methods were deprecated in GCC 4.6.0 and will be + removed in the next GCC release. */ + (int)streamVersion: (TypedStream*)aStream; /* __attribute__ ((deprecated)) */ -- 2.11.4.GIT