summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index 655aeba09..b0e9e51ac 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -115,7 +115,7 @@ struct Crop
if (s.height < minimum) {
s.height = minimum;
}
-
+
return s;
}
@@ -130,7 +130,7 @@ struct CPLSummary
, cpl_annotation_text (a)
, cpl_file (f)
{}
-
+
std::string dcp_directory;
std::string cpl_id;
std::string cpl_annotation_text;