Skip to content

Commit 9aaadff

Browse files
authored
Merge pull request #175 from Luisfueg/patch-1
Very small update
2 parents b24ea7b + fdf1140 commit 9aaadff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ch18/ex18.1.2.3/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void exercise(int *b, int *e)
3838
#include <stdexcept>
3939
#include <memory>
4040
#include <vector>
41-
#include<fstream>
41+
#include <fstream>
4242
/**
4343
* @brief The intArray class manage a dynamicly allocated int array.
4444
* @note for ex18.3 approach 1.

0 commit comments

Comments
 (0)