diff --git a/analysis_function.h b/analysis_function.h index 6b31c2e..cfaaded 100644 --- a/analysis_function.h +++ b/analysis_function.h @@ -36,4 +36,4 @@ int32_t AF_size(byte* f) { byte* p = f; for (; *p != RET; ++p); return p - f + 1; -} \ No newline at end of file +}