diff --git a/examples/USER/dpd/dpd-shardlow/in.dpd-shardlow b/examples/USER/dpd/dpd-shardlow/in.dpd-shardlow
index 3f9db47e6..049a94588 100644
--- a/examples/USER/dpd/dpd-shardlow/in.dpd-shardlow
+++ b/examples/USER/dpd/dpd-shardlow/in.dpd-shardlow
@@ -1,27 +1,27 @@
 # Input File for DPD fluid under isothermal conditions using the VV-SSA integration scheme
 log             log.dpd
 boundary        p p p
 
 units           metal  
 atom_style      atomic   # Can be either dpd or atomic 
 read_data       data.dpd
 
 comm_modify     mode single vel yes
 mass            1 100.0
 
 pair_style      dpd/fdt 300.0 10.0 234324
 pair_coeff      1 1 0.075 0.022 10.0
 
 neighbor        2.0 bin
 neigh_modify    every 1 delay 0 check no once no
 
 timestep        0.001
 
 thermo          1
 thermo_style    custom step temp pe ke etotal
 thermo_modify   format float %15.10f
 
 fix             1 all shardlow
 fix             2 all nve
 
-run             100
\ No newline at end of file
+run             100
diff --git a/examples/USER/dpd/dpdh-shardlow/in.dpdh-shardlow b/examples/USER/dpd/dpdh-shardlow/in.dpdh-shardlow
index 31e30f261..0d6376b0b 100644
--- a/examples/USER/dpd/dpdh-shardlow/in.dpdh-shardlow
+++ b/examples/USER/dpd/dpdh-shardlow/in.dpdh-shardlow
@@ -1,31 +1,31 @@
 # Input File for DPD fluid under isoenthalpic conditions using the VV-SSA integration scheme
 log             log.dpdh
 boundary        p p p
 
 units           metal  # ev, ps
 atom_style      dpd
 read_data       data.dpdh
 
 comm_modify     mode single vel yes
 mass            1 100.0
 
 pair_style      dpd/fdt/energy 10.0 234324 
 pair_coeff      1 1 0.075 0.022 3.2E-5 10.0
 
 neighbor        2.0 bin
 neigh_modify    every 1 delay 0 check no once no
 
 timestep        0.001
 
 compute         dpdU all dpd
 variable        totEnergy equal pe+ke+c_dpdU[1]+c_dpdU[1]+press*vol
 
 thermo          1
 thermo_style    custom step temp press vol pe ke v_totEnergy cella cellb cellc
 thermo_modify   format float %15.10f
 
 fix             1 all shardlow
 fix             0 all nph iso 0.0 0.0 1000.0
 fix             2 all eos/cv 0.0005
 
-run             100
\ No newline at end of file
+run             100
diff --git a/examples/USER/dpd/dpdp-shardlow/in.dpdp-shardlow b/examples/USER/dpd/dpdp-shardlow/in.dpdp-shardlow
index 7f64d4031..be450b670 100644
--- a/examples/USER/dpd/dpdp-shardlow/in.dpdp-shardlow
+++ b/examples/USER/dpd/dpdp-shardlow/in.dpdp-shardlow
@@ -1,27 +1,27 @@
 # Input File for DPD fluid under isobaric conditions using the VV-SSA integration scheme
 log             log.dpdp
 boundary        p p p
 
 units           metal
 atom_style      atomic   # Can be either dpd or atomic
 read_data       data.dpd
 
 comm_modify     mode single vel yes
 mass            1 100.0
 
 pair_style      dpd/fdt 300.0 10.0 234324 
 pair_coeff      1 1 0.075 0.022 10.0
 
 neighbor        2.0 bin
 neigh_modify    every 1 delay 0 check no once no
 
 timestep        0.001
 
 thermo          1
 thermo_style    custom step temp press vol pe ke etotal enthalpy cella cellb cellc
 thermo_modify   format float %15.10f
 
 fix             1 all shardlow
 fix             0 all nph iso 0.0 0.0 1000.0
 
-run             100
\ No newline at end of file
+run             100