File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ namespace dpct
255
255
void set_pitch (size_t pitch) { _pitch = pitch; }
256
256
257
257
size_t get_x () { return _x; }
258
- void set_x (size_t x) { _x = x; };
258
+ void set_x (size_t x) { _x = x; }
259
259
260
260
size_t get_y () { return _y; }
261
261
void set_y (size_t y) { _y = y; }
@@ -1056,7 +1056,7 @@ namespace dpct
1056
1056
#error "Only support Windows and Linux."
1057
1057
#endif
1058
1058
next_free = mapped_address_space;
1059
- };
1059
+ }
1060
1060
1061
1061
public:
1062
1062
using buffer_id_t = int;
@@ -1077,7 +1077,7 @@ namespace dpct
1077
1077
#else
1078
1078
#error "Only support Windows and Linux."
1079
1079
#endif
1080
- };
1080
+ }
1081
1081
1082
1082
mem_mgr(const mem_mgr &) = delete;
1083
1083
mem_mgr &operator=(const mem_mgr &) = delete;
You can’t perform that action at this time.
0 commit comments