Skip to content

Commit 1d6f8a6

Browse files
committed
Format
1 parent 46487cc commit 1d6f8a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gui/projectfiledialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private slots:
275275
/**
276276
* @brief Edit suppression (double clicking on suppression)
277277
*/
278-
void editSuppression(const QModelIndex &/*index*/);
278+
void editSuppression(const QModelIndex& /*index*/);
279279

280280
/**
281281
* @brief Browse for misra file

lib/checkclass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CPPCHECKLIB CheckClass : public Check {
138138
void checkUnsafeClassRefMember();
139139

140140
/** @brief Parse current TU and extract file info */
141-
Check::FileInfo *getFileInfo(const Tokenizer &tokenizer, const Settings &/*settings*/, const std::string& currentConfig) const override;
141+
Check::FileInfo *getFileInfo(const Tokenizer &tokenizer, const Settings& /*settings*/, const std::string& currentConfig) const override;
142142

143143
Check::FileInfo * loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement) const override;
144144

0 commit comments

Comments
 (0)