Apply .clangformat to all repo source files

Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
Tá an tiomantas seo le fáil i:
Maneesh Gupta
2018-03-12 11:29:03 +05:30
tuismitheoir eee7fa6072
tiomantas 9e47fccc89
D'athraigh 293 comhad le 43980 breiseanna agus 45830 scriosta
+1 -2
Féach ar an gComhad
@@ -22,8 +22,7 @@ THE SOFTWARE.
#include "hip/hip_runtime.h"
extern "C" __global__ void hello_world(float *a, float *b)
{
extern "C" __global__ void hello_world(float* a, float* b) {
int tx = hipThreadIdx_x;
b[tx] = a[tx];
}