Skip to content

Commit

Permalink
Tweak: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Dec 22, 2017
1 parent 5284fec commit 87fd9bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion source/uni/alignment/alignment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace cath {
const alignment &);

size_vec entries_present_at_index(const alignment &,
const alignment::size_type &);
const alignment::size_type &);

size_vec entries_present_in_index_range(const alignment &,
const size_t &,
Expand Down
2 changes: 0 additions & 2 deletions source/uni/alignment/io/alignment_io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ namespace cath {

/// \todo Organise these into three class hierarchies: alignment_format, alignment_reader and alignment_writer
/// a la the chopping hierarchies

alignment read_alignment_from_cath_ssap_legacy_format(const boost::filesystem::path &,
const protein &,
const protein &,
Expand Down Expand Up @@ -77,7 +76,6 @@ namespace cath {
std::ostream & = std::cerr);

/// \todo Write code to make it easy to parse from proteins (and to optionally rescore whilst doing so)

alignment read_alignment_from_fasta_file(const boost::filesystem::path &,
const file::pdb_list &,
std::ostream & = std::cerr);
Expand Down

0 comments on commit 87fd9bc

Please sign in to comment.