Skip to content

Commit 2c44f4e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4b181a1 commit 2c44f4e

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

atom/components/dispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ auto CommandDispatcher::getCommandArgAndReturnType(const std::string& name)
232232
return {it->second.argTypes, it->second.returnType};
233233
}
234234
return {{}, ""};
235-
}
235+
}

atom/components/dispatch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,4 @@ auto CommandDispatcher::completeArgs(const Command& cmd, const ArgsType& args)
440440
return fullArgs;
441441
}
442442

443-
#endif
443+
#endif

atom/components/var.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ void VariableManager::setValue(const std::string& name, T newValue) {
180180
}
181181
}
182182

183-
#endif // ATOM_COMPONENT_VAR_HPP
183+
#endif // ATOM_COMPONENT_VAR_HPP

atom/function/proxy_params.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ class FunctionParams {
215215
};
216216
} // namespace atom::meta
217217

218-
#endif
218+
#endif

atom/image/exif.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ auto ExifParser::parse() -> bool {
224224

225225
auto ExifParser::getExifData() const -> const ExifData& { return m_exifData; }
226226

227-
} // namespace atom::image
227+
} // namespace atom::image

atom/image/exif.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ class ExifParser {
112112

113113
} // namespace atom::image
114114

115-
#endif // ATOM_IMAGE_EXIF_HPP
115+
#endif // ATOM_IMAGE_EXIF_HPP

atom/image/fits_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ template class TypedFITSData<int16_t>;
9090
template class TypedFITSData<int32_t>;
9191
template class TypedFITSData<int64_t>;
9292
template class TypedFITSData<float>;
93-
template class TypedFITSData<double>;
93+
template class TypedFITSData<double>;

atom/image/fits_data.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ class TypedFITSData : public FITSData {
106106
static void swapEndian(U& value);
107107
};
108108

109-
#endif
109+
#endif

atom/image/fits_file.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ class FITSFile {
5656
hdus; ///< Vector of unique pointers to HDUs.
5757
};
5858

59-
#endif
59+
#endif

atom/image/fits_header.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ class FITSHeader {
2424
std::vector<KeywordRecord> records;
2525
};
2626

27-
#endif
27+
#endif

0 commit comments

Comments
 (0)