From 89b2ce7b10b7d211592976a28184b336a1ba7703 Mon Sep 17 00:00:00 2001 From: Ameya Chawla <88154798+ameyachawlaggsipu@users.noreply.github.com> Date: Sun, 17 Oct 2021 23:00:58 +0530 Subject: [PATCH] Fixing Code Formatter errors --- numerical_methods/fast_fourier_transform.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/numerical_methods/fast_fourier_transform.cpp b/numerical_methods/fast_fourier_transform.cpp index 9d9a6bb42..4de14a36d 100644 --- a/numerical_methods/fast_fourier_transform.cpp +++ b/numerical_methods/fast_fourier_transform.cpp @@ -8,10 +8,10 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include//Standard Library for input and output -#include//For sine,cosine functions -#include//For storing points and coefficents -#include //For Assertions +#include///Standard Library for input and output +#include///For sine,cosine functions +#include///For storing points and coefficents +#include ///For Assertions # define pi 3.14159265358979323846 using namespace std;