summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/Uint16WithFraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/Uint16WithFraction.h')
-rw-r--r--Source/JavaScriptCore/runtime/Uint16WithFraction.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/JavaScriptCore/runtime/Uint16WithFraction.h b/Source/JavaScriptCore/runtime/Uint16WithFraction.h
index 9a30100eb..a5d8e1299 100644
--- a/Source/JavaScriptCore/runtime/Uint16WithFraction.h
+++ b/Source/JavaScriptCore/runtime/Uint16WithFraction.h
@@ -23,8 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef Uint16WithFraction_h
-#define Uint16WithFraction_h
+#pragma once
#include <wtf/MathExtras.h>
@@ -264,7 +263,4 @@ private:
size_t m_leadingZeros;
};
-}
-
-#endif
-
+} // namespace JSC