diff --git a/28.5.2_zeitadd.c b/28.5.2_zeitadd.c index 5f13096..59f2320 100644 --- a/28.5.2_zeitadd.c +++ b/28.5.2_zeitadd.c @@ -53,4 +53,4 @@ int main() { summe.tag, summe.std, summe.min, summe.sek, sgesamt); return 0; -} \ No newline at end of file +} diff --git a/TestComplex.c b/TestComplex.c index 29100ca..628e2f6 100644 --- a/TestComplex.c +++ b/TestComplex.c @@ -52,4 +52,4 @@ int main() { } // Kompilieren mit: -// gcc TestComplex.c -L. -lcomplex -o TestComplex \ No newline at end of file +// gcc TestComplex.c -L. -lcomplex -o TestComplex diff --git a/complex.c b/complex.c index 4f11376..4053dfd 100644 --- a/complex.c +++ b/complex.c @@ -50,4 +50,4 @@ void printComplex(const Complex* z) { printf("(%.3f + %.3fi)\n", z->real, z->imag); else printf("NULL -> Division durch 0 nicht möglich\n"); -} \ No newline at end of file +} diff --git a/complex.h b/complex.h index b541b8d..16aa3e3 100644 --- a/complex.h +++ b/complex.h @@ -16,4 +16,4 @@ Complex* multiplyComplex(const Complex* a, const Complex* b); // Multiplikati Complex* divideComplex(const Complex* a, const Complex* b); // Division void printComplex(const Complex* z); // Ausgabe -#endif \ No newline at end of file +#endif