| Index: tools/imgblur.cpp
|
| diff --git a/tools/imgblur.cpp b/tools/imgblur.cpp
|
| index c47bb02b75d99ba897e5711e310ee2fae297d236..3a0ae00f3bb1432b376d84a307579da8f96c7ed6 100644
|
| --- a/tools/imgblur.cpp
|
| +++ b/tools/imgblur.cpp
|
| @@ -37,7 +37,7 @@ int tool_main(int argc, char** argv) {
|
| if (!FLAGS_quiet) {
|
| SkDebugf("Sigma must be greater than zero (it is %f).\n", FLAGS_sigma);
|
| }
|
| - return kError;
|
| + return kError;
|
| }
|
|
|
| sk_sp<SkData> data(SkData::MakeFromFileName(FLAGS_in[0]));
|
| @@ -70,7 +70,7 @@ int tool_main(int argc, char** argv) {
|
| if (!FLAGS_quiet) {
|
| SkDebugf("Couldn't write to file: %s\n", FLAGS_out[0]);
|
| }
|
| - return kError;
|
| + return kError;
|
| }
|
|
|
| return kSuccess;
|
|
|