Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Dec 2, 2021
1 parent 37d46cc commit 8bdf591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/mdcomp/basic_decoder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
*/

#ifndef __LIB_BASIC_DECODER_H
#define __LIB_BASIC_DECODER_H
#ifndef LIB_BASIC_DECODER_H
#define LIB_BASIC_DECODER_H

#include <mdcomp/bigendian_io.hh>

Expand Down Expand Up @@ -74,4 +74,4 @@ void BasicDecoder<Format, Pad, Args...>::extract(
Dst.seekg(0);
}

#endif // __LIB_MODULED_ADAPTOR_H
#endif // LIB_MODULED_ADAPTOR_H
2 changes: 1 addition & 1 deletion include/mdcomp/lzss.hh
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ auto find_optimal_lzss_parse(
}

// We are done: this is the optimal parsing of the input file, giving
// *the* best possible compressed file size.
// us *the* best possible compressed file size.
return parselist;
}

Expand Down

0 comments on commit 8bdf591

Please sign in to comment.