Skip to content

Commit

Permalink
Remove redundant empty lines from C++ source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Sep 19, 2019
1 parent f3b0571 commit dee7018
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/capstone2llvmir/x86/x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5294,7 +5294,6 @@ void Capstone2LlvmIrTranslatorX86_impl::translateFxam(cs_insn* i, cs_x86* xi, ll
EXPECT_IS_NULLARY(i, xi, irb);
std::tie(op0, top) = loadOpFloatingNullaryOrUnaryTop(i, xi, irb);


llvm::Function* fnc = getPseudoAsmFunction(
i,
getRegisterType(X86_REG_FPSW),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ void PeHeuristics::getHeaderStyleHeuristics()
}
}


/**
* Try to detect used compiler or packer based on slashed signatures
*/
Expand Down
1 change: 0 additions & 1 deletion src/fileformat/file_format/coff/coff_format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,5 @@ bool CoffFormat::is32BitArchitecture() const
return (getFileFlags() & IMAGE_FILE_32BIT_MACHINE) || getWordLength() == 32;
}


} // namespace fileformat
} // namespace retdec
1 change: 0 additions & 1 deletion src/fileformat/file_format/file_format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,6 @@ const std::vector<std::pair<std::string,std::string>> &FileFormat::getAnomalies(
return anomalies;
}


/**
* Get integer (@a x bytes) located at provided address using the specified endian or default file endian
* @param address Address to get integer from
Expand Down
1 change: 0 additions & 1 deletion src/fileinfo/file_detector/file_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ void FileDetector::getAnomalies()
fileInfo.setAnomalies(fileParser->getAnomalies());
}


/**
* @fn void FileDetector::detectFileClass()
* Detect class of file
Expand Down

0 comments on commit dee7018

Please sign in to comment.