Index: Source/wtf/Assertions.h |
diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h |
index 5508bfd8df79fe8b2c6ba35d0dc708b4677272fe..2382c080903d75ae7bb0f08e5876e658f1f2f29a 100644 |
--- a/Source/wtf/Assertions.h |
+++ b/Source/wtf/Assertions.h |
@@ -21,7 +21,7 @@ |
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
#ifndef WTF_Assertions_h |
@@ -97,7 +97,7 @@ |
#if COMPILER(GCC) && !defined(__OBJC__) |
#define WTF_ATTRIBUTE_PRINTF(formatStringArgument, extraArguments) __attribute__((__format__(printf, formatStringArgument, extraArguments))) |
#else |
-#define WTF_ATTRIBUTE_PRINTF(formatStringArgument, extraArguments) |
+#define WTF_ATTRIBUTE_PRINTF(formatStringArgument, extraArguments) |
#endif |
/* These helper functions are always declared, but not necessarily always defined if the corresponding function is disabled. */ |