diff --git a/Codes/Plot_reported_and_adjusted_campylobacter_cases.R b/Codes/Plot_reported_and_adjusted_campylobacter_cases.R
index d3f2b3f934f0e4c472a737ce9e8e5621e8278c6a..2203f6a34b151092e09ac069fb1a505fb50e2deb 100644
--- a/Codes/Plot_reported_and_adjusted_campylobacter_cases.R
+++ b/Codes/Plot_reported_and_adjusted_campylobacter_cases.R
@@ -1,4 +1,4 @@
-# The code plots reported and adjusted campylobacter cases
+# The code plots reported and adjusted campylobacter cases 
 
 
 rm(list=ls(all=TRUE)) 
diff --git a/Codes/remove_incubation_reporting_Campylobacter.R b/Codes/remove_incubation_reporting_Campylobacter.R
index af2e9e2f317b3e688886eaeb265fcd4f2934dcbe..91cf462534de986cd7c425ec84f5bb8ae5044887 100644
--- a/Codes/remove_incubation_reporting_Campylobacter.R
+++ b/Codes/remove_incubation_reporting_Campylobacter.R
@@ -5,7 +5,7 @@
 
 rm(list=ls(all=TRUE)) 
  
-
+ 
 #Estimation of the parameters for a log-normal distribution for the incubation period. See Horn BJ, Lake RJ. Incubation period for campylobacteriosis and its importance in the estimation of incidence related to travel. Eurosurveillance 2013; 18: 1–6.
 
 file_name<-paste("../Data_Base/Incubation_period_Horn_Lake.csv",sep="")