Navigation Menu

Skip to content

Commit

Permalink
Fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 9, 2021
1 parent 0d1afe5 commit a8bd1c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions external/libdxfrw/intern/dwgbuffer.cpp
Expand Up @@ -507,6 +507,7 @@ duint64 dwgBuffer::getRawLong64()
return ret;
}


//! Reads modular unsigner int, char based, compressed form, little-endian order, returns a unsigned int (U-MC)
duint32 dwgBuffer::getUModularChar()
{
Expand Down Expand Up @@ -701,10 +702,7 @@ std::string dwgBuffer::getCP8Text()

//TU unicode 16 bit (UCS) text converted to utf8

/**
* Reads 2-bytes char (UCS2, nullptr terminated) and convert to std::string (only for Latin-1)
ts= total input size in bytes.
**/
//! Reads 2-bytes char (UCS2, nullptr terminated) and convert to std::string (only for Latin-1) ts= total input size in bytes. **/
std::string dwgBuffer::getUCSStr( duint16 ts )
{
std::string strData;
Expand Down

0 comments on commit a8bd1c8

Please sign in to comment.