]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - API/JSStringRefCF.h
JavaScriptCore-1097.3.3.tar.gz
[apple/javascriptcore.git] / API / JSStringRefCF.h
index ef84a9cdaaeb67f88c81561795efd26d5dfcf272..a42476561b0f9d6f52932ba84866199c2020035d 100644 (file)
@@ -1,4 +1,3 @@
-// -*- mode: c++; c-basic-offset: 4 -*-
 /*
  * Copyright (C) 2006, 2007 Apple Computer, Inc.  All rights reserved.
  *
@@ -34,7 +33,7 @@
 extern "C" {
 #endif
 
-// CFString convenience methods
+/* CFString convenience methods */
 
 /*!
 @function
@@ -53,9 +52,9 @@ JS_EXPORT JSStringRef JSStringCreateWithCFString(CFStringRef string);
 @result           A CFString containing string. Ownership follows the Create Rule.
 */
 JS_EXPORT CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string);
-    
+
 #ifdef __cplusplus
 }
 #endif
 
-#endif // JSStringRefCF_h
+#endif /* JSStringRefCF_h */