aboutsummaryrefslogtreecommitdiff
path: root/source/sar.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/sar.h')
-rw-r--r--source/sar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/sar.h b/source/sar.h
index 487cdaa..2fc14d2 100644
--- a/source/sar.h
+++ b/source/sar.h
@@ -50,7 +50,5 @@ static INLINE int64_t SAR64(const int64_t b, const int32_t n)
#endif
return b >> n;
}
-
#endif
-
#endif