Whitespace and copyright fixes in test_static*.cpp

This commit is contained in:
Dmitry Babokin
2014-07-08 20:20:10 +04:00
parent d8e2fdf913
commit 48a616d8a5
3 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2011, Intel Corporation
Copyright (c) 2010-2014, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -110,7 +110,7 @@ int main(int argc, char *argv[]) {
int errors = 0;
for (int i = 0; i < w; ++i) {
if (returned_result[i] != expected_result[i])
if (returned_result[i] != expected_result[i])
{
#ifdef EXPECT_FAILURE
// bingo, failed