Apply .clangformat to all repo source files
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
This commit is contained in:
@@ -23,14 +23,13 @@ THE SOFTWARE.
|
||||
* HIT_END
|
||||
*/
|
||||
|
||||
#include<hip/hip_runtime_api.h>
|
||||
#include<iostream>
|
||||
#include"test_common.h"
|
||||
#include <hip/hip_runtime_api.h>
|
||||
#include <iostream>
|
||||
#include "test_common.h"
|
||||
|
||||
int main(){
|
||||
hipFuncCache_t cacheConfig;
|
||||
void *func;
|
||||
hipFuncSetCacheConfig(func, cacheConfig);
|
||||
passed();
|
||||
int main() {
|
||||
hipFuncCache_t cacheConfig;
|
||||
void* func;
|
||||
hipFuncSetCacheConfig(func, cacheConfig);
|
||||
passed();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user