Skip to content

Commit

Permalink
Updated pystaq
Browse files Browse the repository at this point in the history
Changed .h to .hpp

Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
  • Loading branch information
vsoftco committed Sep 6, 2024
1 parent cc74be6 commit d908004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions prettyprint.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/sh

# $@ - List of directories

# Code beautifier with clang-format
# Recursively parses the directories passed as command line arguments

# Arguments:
#
# $@ - List of directories

if test -z "$CLANG_FORMAT"; then
echo "Please set the CLANG_FORMAT environment variable to point to the \
location of clang-format"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pystaq/staq_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* SOFTWARE.
*/

#include "pystaq/pystaq_common.h"
#include "pystaq/pystaq_common.hpp"

class Program {
qasmtools::ast::ptr<qasmtools::ast::Program> prog_;
Expand Down

0 comments on commit d908004

Please sign in to comment.