Use auto to reduce some verbosity.
This commit is contained in:
@@ -190,7 +190,7 @@ namespace glbarcode
|
||||
{
|
||||
|
||||
/* determine width and establish horizontal scale, based on original cooked data */
|
||||
double dataSize = double( cookedData.size() );
|
||||
auto dataSize = double( cookedData.size() );
|
||||
double minL;
|
||||
if ( !checksum() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user