=== modified file 'src/canvas.h'
@@ -63,11 +63,11 @@
}
- /**
+ /**
* Gets the euclidian distance from this pixel in 3D RGB space.
- *
+ *
* @param p the pixel to get the distance from
- *
+ *
* @return the euclidian distance
*/
double distance_rgb(const Canvas::Pixel &p)
=== modified file 'src/log.cpp'
@@ -71,7 +71,7 @@
std::stringstream ss(buf);
while(std::getline(ss, line)) {
- /*
+ /*
* If this line is a continuation of a previous log message
* just print the line plainly.
*/
=== modified file 'src/log.h'
@@ -24,7 +24,7 @@
#ifndef LOG_H_
#define LOG_H_
-/**
+/**
* A prefix that informs the logging infrastructure that the log
* message is a continuation of a previous log message to be put
* on the same line.